|
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_text (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text) |
|
static void | reset (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
|
static void | set_int_range (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int start, int end) |
|
static void | set_int_value (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int value) |
|
static int | get_int_value (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
|
static void | set_int_interval (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int interval) |
|
static void | set_percentage (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float percent) |
|
static float | get_percentage (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
|
static void | set_float_range (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float start, float end) |
|
static void | set_float_value (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float value) |
|
static float | get_float_value (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) |
|
static void | set_float_interval (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float interval) |
|
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/SettingsSlider.h"