#include <definitions.h>
|
| void(* | set_visible )(void *kodiBase, void *handle, bool visible) |
| |
| void(* | set_enabled )(void *kodiBase, void *handle, bool enabled) |
| |
| void(* | set_label )(void *kodiBase, void *handle, const char *label) |
| |
| char *(* | get_label )(void *kodiBase, void *handle) |
| |
| void(* | set_text )(void *kodiBase, void *handle, const char *text) |
| |
| char *(* | get_text )(void *kodiBase, void *handle) |
| |
| void(* | set_cursor_position )(void *kodiBase, void *handle, unsigned int position) |
| |
| unsigned int(* | get_cursor_position )(void *kodiBase, void *handle) |
| |
| void(* | set_input_type )(void *kodiBase, void *handle, int type, const char *heading) |
| |
§ get_cursor_position
| unsigned int(* AddonToKodiFuncTable_kodi_gui_control_edit::get_cursor_position) (void *kodiBase, void *handle) |
§ get_label
| char*(* AddonToKodiFuncTable_kodi_gui_control_edit::get_label) (void *kodiBase, void *handle) |
§ get_text
| char*(* AddonToKodiFuncTable_kodi_gui_control_edit::get_text) (void *kodiBase, void *handle) |
§ set_cursor_position
| void(* AddonToKodiFuncTable_kodi_gui_control_edit::set_cursor_position) (void *kodiBase, void *handle, unsigned int position) |
§ set_enabled
| void(* AddonToKodiFuncTable_kodi_gui_control_edit::set_enabled) (void *kodiBase, void *handle, bool enabled) |
§ set_input_type
| void(* AddonToKodiFuncTable_kodi_gui_control_edit::set_input_type) (void *kodiBase, void *handle, int type, const char *heading) |
§ set_label
| void(* AddonToKodiFuncTable_kodi_gui_control_edit::set_label) (void *kodiBase, void *handle, const char *label) |
§ set_text
| void(* AddonToKodiFuncTable_kodi_gui_control_edit::set_text) (void *kodiBase, void *handle, const char *text) |
§ set_visible
| void(* AddonToKodiFuncTable_kodi_gui_control_edit::set_visible) (void *kodiBase, void *handle, bool visible) |
The documentation for this struct was generated from the following file: