|
void(* | destroy )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) |
|
char *(* | get_art )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *type) |
|
char *(* | get_label )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) |
|
char *(* | get_label2 )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) |
|
char *(* | get_path )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) |
|
char *(* | get_property )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *key) |
|
bool(* | is_selected )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle) |
|
KODI_HANDLE | kodiBase |
|
KODI_HANDLE const char * | label |
|
KODI_HANDLE const char const char * | label2 |
|
KODI_HANDLE const char const char const char * | path |
|
void(* | select )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, bool select) |
|
void(* | set_art )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *type, const char *image) |
|
void(* | set_label )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *label) |
|
void(* | set_label2 )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *label) |
|
void(* | set_path )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *path) |
|
void(* | set_property )(KODI_HANDLE kodiBase, KODI_GUI_LISTITEM_HANDLE handle, const char *key, const char *value) |
|
The documentation for this struct was generated from the following file:
- /home/alwin/Development/Kodi/kodi-N-sync-addon-doxygen/xbmc/addons/kodi-dev-kit/include/kodi/c-api/gui/list_item.h