Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
kodi::gui::controls::CProgress Class Reference

#include <Progress.h>

Inheritance diagram for kodi::gui::controls::CProgress:
kodi::gui::CAddonGUIControlBase

Public Member Functions

 CProgress (CWindow *window, int controlId)
 Construct a new control.
 
 ~CProgress () override=default
 Destructor.
 
void SetVisible (bool visible)
 Set the control on window to visible.
 
void SetPercentage (float percent)
 To set Percent position of control.
 
float GetPercentage () const
 Get the active percent position of progress bar.
 
- Public Member Functions inherited from kodi::gui::CAddonGUIControlBase
KODI_GUI_LISTITEM_HANDLE GetControlHandle () const
 

Additional Inherited Members

- Protected Member Functions inherited from kodi::gui::CAddonGUIControlBase
 CAddonGUIControlBase (CAddonGUIControlBase *window)
 
virtual ~CAddonGUIControlBase ()=default
 
- Protected Attributes inherited from kodi::gui::CAddonGUIControlBase
KODI_GUI_LISTITEM_HANDLE m_controlHandle
 
AddonToKodiFuncTable_Addonm_interface
 
CAddonGUIControlBasem_Window
 

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