#include <definitions.h>
|
| void(* | set_visible )(void *kodiBase, void *handle, bool visible) |
| |
| void(* | set_enabled )(void *kodiBase, void *handle, bool enabled) |
| |
| void(* | set_text )(void *kodiBase, void *handle, const char *text) |
| |
| void(* | reset )(void *kodiBase, void *handle) |
| |
| void(* | set_type )(void *kodiBase, void *handle, int type) |
| |
| void(* | add_string_label )(void *kodiBase, void *handle, const char *label, const char *value) |
| |
| void(* | set_string_value )(void *kodiBase, void *handle, const char *value) |
| |
| char *(* | get_string_value )(void *kodiBase, void *handle) |
| |
| void(* | add_int_label )(void *kodiBase, void *handle, const char *label, int value) |
| |
| void(* | set_int_range )(void *kodiBase, void *handle, int start, int end) |
| |
| void(* | set_int_value )(void *kodiBase, void *handle, int value) |
| |
| int(* | get_int_value )(void *kodiBase, void *handle) |
| |
| void(* | set_float_range )(void *kodiBase, void *handle, float start, float end) |
| |
| void(* | set_float_value )(void *kodiBase, void *handle, float value) |
| |
| float(* | get_float_value )(void *kodiBase, void *handle) |
| |
| void(* | set_float_interval )(void *kodiBase, void *handle, float interval) |
| |
§ add_int_label
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::add_int_label) (void *kodiBase, void *handle, const char *label, int value) |
§ add_string_label
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::add_string_label) (void *kodiBase, void *handle, const char *label, const char *value) |
§ get_float_value
| float(* AddonToKodiFuncTable_kodi_gui_control_spin::get_float_value) (void *kodiBase, void *handle) |
§ get_int_value
| int(* AddonToKodiFuncTable_kodi_gui_control_spin::get_int_value) (void *kodiBase, void *handle) |
§ get_string_value
| char*(* AddonToKodiFuncTable_kodi_gui_control_spin::get_string_value) (void *kodiBase, void *handle) |
§ reset
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::reset) (void *kodiBase, void *handle) |
§ set_enabled
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_enabled) (void *kodiBase, void *handle, bool enabled) |
§ set_float_interval
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_float_interval) (void *kodiBase, void *handle, float interval) |
§ set_float_range
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_float_range) (void *kodiBase, void *handle, float start, float end) |
§ set_float_value
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_float_value) (void *kodiBase, void *handle, float value) |
§ set_int_range
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_int_range) (void *kodiBase, void *handle, int start, int end) |
§ set_int_value
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_int_value) (void *kodiBase, void *handle, int value) |
§ set_string_value
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_string_value) (void *kodiBase, void *handle, const char *value) |
§ set_text
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_text) (void *kodiBase, void *handle, const char *text) |
§ set_type
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_type) (void *kodiBase, void *handle, int type) |
§ set_visible
| void(* AddonToKodiFuncTable_kodi_gui_control_spin::set_visible) (void *kodiBase, void *handle, bool visible) |
The documentation for this struct was generated from the following file: