Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for ADDON::Interface_GUIListItem, including all inherited members.
create(KODI_HANDLE kodiBase, const char *label, const char *label2, const char *path) | ADDON::Interface_GUIListItem | static |
DeInit(AddonGlobalInterface *addonInterface) | ADDON::Interface_GUIListItem | static |
destroy(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) | ADDON::Interface_GUIListItem | static |
get_art(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *type) | ADDON::Interface_GUIListItem | static |
get_label(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) | ADDON::Interface_GUIListItem | static |
get_label2(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) | ADDON::Interface_GUIListItem | static |
get_path(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) | ADDON::Interface_GUIListItem | static |
get_property(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *key) | ADDON::Interface_GUIListItem | static |
Init(AddonGlobalInterface *addonInterface) | ADDON::Interface_GUIListItem | static |
is_selected(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) | ADDON::Interface_GUIListItem | static |
select(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, bool select) | ADDON::Interface_GUIListItem | static |
set_art(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *type, const char *image) | ADDON::Interface_GUIListItem | static |
set_label(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *label) | ADDON::Interface_GUIListItem | static |
set_label2(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *label) | ADDON::Interface_GUIListItem | static |
set_path(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *path) | ADDON::Interface_GUIListItem | static |
set_property(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *key, const char *value) | ADDON::Interface_GUIListItem | static |