Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
IGUIVolumeBarCallback Class Referenceabstract

Interface to expose properties to the volume bar dialog. More...

#include <IGUIVolumeBarCallback.h>

Inheritance diagram for IGUIVolumeBarCallback:
KODI::GAME::CDialogGameVolume

Public Member Functions

virtual ~IGUIVolumeBarCallback ()=default
 
virtual bool IsShown () const =0
 Return true if the callback is active in the GUI.
 

Detailed Description

Interface to expose properties to the volume bar dialog.

Constructor & Destructor Documentation

◆ ~IGUIVolumeBarCallback()

virtual IGUIVolumeBarCallback::~IGUIVolumeBarCallback ( )
virtualdefault

Member Function Documentation

◆ IsShown()

virtual bool IGUIVolumeBarCallback::IsShown ( ) const
pure virtual

Return true if the callback is active in the GUI.

If a registered callback is shown in the GUI, the volume bar is disabled until no more callbacks are shown.

Returns
True if the callback is active in the GUI, false otherwise

Implemented in KODI::GAME::CDialogGameVolume.


The documentation for this class was generated from the following file: