Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
kodi::gui::controls::CFadeLabel Class Reference

#include <FadeLabel.h>

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

Public Member Functions

 CFadeLabel (CWindow *window, int controlId)
 Construct a new control. More...
 
 ~CFadeLabel () override=default
 Destructor. More...
 
void SetVisible (bool visible)
 Set the control on window to visible. More...
 
void AddLabel (const std::string &label)
 To add additional text string on fade label. More...
 
std::string GetLabel () const
 Get the used text from button. More...
 
void SetScrolling (bool scroll)
 To enable or disable scrolling on fade label. More...
 
void Reset ()
 To reset al inserted labels. More...
 
- 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: