Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
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

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

Detailed Description

Interface to expose properties to the volume bar dialog.

Constructor & Destructor Documentation

◆ ~IGUIVolumeBarCallback()

IGUIVolumeBarCallback::~IGUIVolumeBarCallback ( )
default

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: