kodi
|
This is the complete list of members for ADDON::Interface_GUIControlSlider, including all inherited members.
DeInit(AddonGlobalInterface *addonInterface) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
get_description(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
get_float_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
get_int_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
get_percentage(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
Init(AddonGlobalInterface *addonInterface) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
reset(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
set_enabled(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
set_float_interval(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float interval) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
set_float_range(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float start, float end) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
set_float_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float value) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
set_int_interval(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int interval) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
set_int_range(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int start, int end) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
set_int_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int value) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
set_percentage(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float percent) (defined in ADDON::Interface_GUIControlSlider) | ADDON::Interface_GUIControlSlider | static |
set_visible(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) | ADDON::Interface_GUIControlSlider | static |