Inherits CAddonGUIControlBase.
|
| | CEdit (CWindow *window, int controlId) |
| | Construct a new control.
|
| |
| unsigned int | GetCursorPosition () |
| | To get current cursor position on text field.
|
| |
| std::string | GetLabel () const |
| | Returns the text heading for this edit control.
|
| |
| std::string | GetText () const |
| | Returns the text value for this edit control.
|
| |
| void | SetCursorPosition (unsigned int position) |
| | Set the cursor position on text.
|
| |
| void | SetEnabled (bool enabled) |
| | Set's the control's enabled/disabled state.
|
| |
| void | SetInputType (AddonGUIInputType type, const std::string &heading) |
| | To set field input type which are defined on AddonGUIInputType.
|
| |
| void | SetLabel (const std::string &label) |
| | To set the text string on edit control.
|
| |
| void | SetText (const std::string &text) |
| | Set's text heading for this edit control.
|
| |
| void | SetVisible (bool visible) |
| | Set the control on window to visible.
|
| |
| | ~CEdit () override=default |
| | Destructor.
|
| |
|
KODI_GUI_LISTITEM_HANDLE | GetControlHandle () const |
| |
The documentation for this class was generated from the following file:
- /github/workspace/xbmc/addons/kodi-dev-kit/include/kodi/gui/controls/Edit.h