Inherits CAddonGUIControlBase.
Public Member Functions | |
CProgress (CWindow *window, int controlId) | |
Construct a new control. More... | |
float | GetPercentage () const |
Get the active percent position of progress bar. More... | |
void | SetPercentage (float percent) |
To set Percent position of control. More... | |
void | SetVisible (bool visible) |
Set the control on window to visible. More... | |
~CProgress () override=default | |
Destructor. More... | |
Public Member Functions inherited from CAddonGUIControlBase | |
KODI_GUI_LISTITEM_HANDLE | GetControlHandle () const |
Additional Inherited Members | |
Protected Member Functions inherited from CAddonGUIControlBase | |
CAddonGUIControlBase (CAddonGUIControlBase *window) | |
Protected Attributes inherited from CAddonGUIControlBase | |
KODI_GUI_LISTITEM_HANDLE | m_controlHandle |
AddonToKodiFuncTable_Addon * | m_interface |
CAddonGUIControlBase * | m_Window |