Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ADDON::Interface_GUIWindow Member List

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

add_list_item(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, KODI_GUI_LISTITEM_HANDLE item, int list_position)ADDON::Interface_GUIWindowstatic
clear_item_list(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
clear_properties(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
clear_property(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key)ADDON::Interface_GUIWindowstatic
close(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
create(KODI_HANDLE kodiBase, const char *xml_filename, const char *default_skin, bool as_dialog, bool is_media)ADDON::Interface_GUIWindowstatic
DeInit(AddonGlobalInterface *addonInterface)ADDON::Interface_GUIWindowstatic
destroy(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
do_modal(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
get_control_button(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_edit(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_fade_label(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_image(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_label(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_progress(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_radio_button(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_render_addon(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_settings_slider(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_slider(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_spin(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_control_text_box(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
get_current_container_id(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
get_current_list_position(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
get_focus_id(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
get_list_item(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int list_position)ADDON::Interface_GUIWindowstatic
get_list_size(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
get_property(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key)ADDON::Interface_GUIWindowstatic
get_property_bool(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key)ADDON::Interface_GUIWindowstatic
get_property_double(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key)ADDON::Interface_GUIWindowstatic
get_property_int(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key)ADDON::Interface_GUIWindowstatic
Init(AddonGlobalInterface *addonInterface)ADDON::Interface_GUIWindowstatic
mark_dirty_region(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic
remove_list_item(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, KODI_GUI_LISTITEM_HANDLE item)ADDON::Interface_GUIWindowstatic
remove_list_item_from_position(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int list_position)ADDON::Interface_GUIWindowstatic
set_callbacks(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, KODI_GUI_CLIENT_HANDLE clienthandle, bool(*CBInit)(KODI_GUI_CLIENT_HANDLE), bool(*CBFocus)(KODI_GUI_CLIENT_HANDLE, int), bool(*CBClick)(KODI_GUI_CLIENT_HANDLE, int), bool(*CBOnAction)(KODI_GUI_CLIENT_HANDLE, ADDON_ACTION), void(*CBGetContextButtons)(KODI_GUI_CLIENT_HANDLE, int, gui_context_menu_pair *, unsigned int *), bool(*CBOnContextButton)(KODI_GUI_CLIENT_HANDLE, int, unsigned int))ADDON::Interface_GUIWindowstatic
set_container_content(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *value)ADDON::Interface_GUIWindowstatic
set_container_property(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key, const char *value)ADDON::Interface_GUIWindowstatic
set_control_label(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id, const char *label)ADDON::Interface_GUIWindowstatic
set_control_selected(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id, bool selected)ADDON::Interface_GUIWindowstatic
set_control_visible(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id, bool visible)ADDON::Interface_GUIWindowstatic
set_current_list_position(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int list_position)ADDON::Interface_GUIWindowstatic
set_focus_id(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, int control_id)ADDON::Interface_GUIWindowstatic
set_property(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key, const char *value)ADDON::Interface_GUIWindowstatic
set_property_bool(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key, bool value)ADDON::Interface_GUIWindowstatic
set_property_double(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key, double value)ADDON::Interface_GUIWindowstatic
set_property_int(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle, const char *key, int value)ADDON::Interface_GUIWindowstatic
show(KODI_HANDLE kodiBase, KODI_GUI_WINDOW_HANDLE handle)ADDON::Interface_GUIWindowstatic