![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for ADDON::Interface_GUIControlSlider, including all inherited members.
DeInit(AddonGlobalInterface *addonInterface) | ADDON::Interface_GUIControlSlider | static |
get_description(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) | ADDON::Interface_GUIControlSlider | static |
get_float_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) | ADDON::Interface_GUIControlSlider | static |
get_int_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) | ADDON::Interface_GUIControlSlider | static |
get_percentage(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) | ADDON::Interface_GUIControlSlider | static |
Init(AddonGlobalInterface *addonInterface) | ADDON::Interface_GUIControlSlider | static |
reset(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) | ADDON::Interface_GUIControlSlider | static |
set_enabled(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled) | ADDON::Interface_GUIControlSlider | static |
set_float_interval(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float interval) | ADDON::Interface_GUIControlSlider | static |
set_float_range(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float start, float end) | ADDON::Interface_GUIControlSlider | static |
set_float_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float value) | ADDON::Interface_GUIControlSlider | static |
set_int_interval(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int interval) | ADDON::Interface_GUIControlSlider | static |
set_int_range(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int start, int end) | ADDON::Interface_GUIControlSlider | static |
set_int_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int value) | ADDON::Interface_GUIControlSlider | static |
set_percentage(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float percent) | ADDON::Interface_GUIControlSlider | static |
set_visible(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) | ADDON::Interface_GUIControlSlider | static |