![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <Label.h>
Public Member Functions | |
CLabel (CWindow *window, int controlId) | |
Construct a new control. More... | |
~CLabel () override=default | |
Destructor. More... | |
void | SetVisible (bool visible) |
Set the control on window to visible. More... | |
void | SetLabel (const std::string &text) |
To set the text string on label. More... | |
std::string | GetLabel () const |
Get the used text from control. More... | |
![]() | |
GUIHANDLE | GetControlHandle () const |
Additional Inherited Members | |
![]() | |
CAddonGUIControlBase (CAddonGUIControlBase *window) | |
virtual | ~CAddonGUIControlBase ()=default |
![]() | |
GUIHANDLE | m_controlHandle |
AddonToKodiFuncTable_Addon * | m_interface |
CAddonGUIControlBase * | m_Window |