|
static void | Init (AddonGlobalInterface *addonInterface) |
|
static void | DeInit (AddonGlobalInterface *addonInterface) |
|
static void | set_visible (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
| callback functions from add-on to kodi
|
|
static void | set_enabled (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled) |
|
static void | set_input_type (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int type, const char *heading) |
|
static void | set_label (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label) |
|
static char * | get_label (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
|
static void | set_text (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text) |
|
static char * | get_text (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
|
static void | set_cursor_position (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, unsigned int position) |
|
static unsigned int | get_cursor_position (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
|
Global gui Add-on to Kodi callback functions.
To hold general gui functions and initialize also all other gui related types not related to a instance type and usable for every add-on type.
Related add-on header is "./xbmc/addons/kodi-dev-kit/include/kodi/gui/controls/Edit.h"