Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Global gui Add-on to Kodi callback functions. More...
#include <FadeLabel.h>
Static Public Member Functions | |
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_selected (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool selected) |
static void | add_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_scrolling (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool scroll) |
static void | reset (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/FadeLabel.h"
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
callback functions from add-on to kodi
The parameter kodiBase
is used to become the pointer for a CAddonDll
class.