xbmc
Public Member Functions | List of all members
IGUIVolumeBarCallback Class Referenceabstract

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

#include <IGUIVolumeBarCallback.h>

Inheritance diagram for IGUIVolumeBarCallback:
Inheritance graph
[legend]

Public Member Functions

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.

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: