Kodi Development  20.0
for Binary and Script based Add-Ons
CTextBox

Inherits CAddonGUIControlBase.

Public Member Functions

 CTextBox (CWindow *window, int controlId)
 Construct a new control. More...
 
std::string GetText () const
 Get the used text from control. More...
 
void Reset ()
 To reset box an remove all the text. More...
 
void Scroll (unsigned int position)
 To scroll text on other position. More...
 
void SetAutoScrolling (int delay, int time, int repeat)
 To set automatic scrolling of textbox. More...
 
void SetText (const std::string &text)
 To set the text on box. More...
 
void SetVisible (bool visible)
 Set the control on window to visible. More...
 
 ~CTextBox () 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_Addonm_interface
 
CAddonGUIControlBasem_Window
 

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