kodi
ADDON::Interface_GUIControlSpin Member List

This is the complete list of members for ADDON::Interface_GUIControlSpin, including all inherited members.

add_int_label(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label, int value) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
add_string_label(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *label, const char *value) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
DeInit(AddonGlobalInterface *addonInterface) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
get_float_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
get_int_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
get_string_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
Init(AddonGlobalInterface *addonInterface) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
reset(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_enabled(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool enabled) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_float_interval(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float interval) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_float_range(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float start, float end) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_float_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, float value) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_int_range(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int start, int end) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_int_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int value) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_string_value(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *value) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_text(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *text) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_type(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, int type) (defined in ADDON::Interface_GUIControlSpin)ADDON::Interface_GUIControlSpinstatic
set_visible(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible)ADDON::Interface_GUIControlSpinstatic