Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <image.h>
Public Attributes | |
void(* | set_visible )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |
void(* | set_filename )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *filename, bool use_cache) |
void(* | set_color_diffuse )(KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, uint32_t color_diffuse) |
void(* AddonToKodiFuncTable_kodi_gui_control_image::set_color_diffuse) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, uint32_t color_diffuse) |
void(* AddonToKodiFuncTable_kodi_gui_control_image::set_filename) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *filename, bool use_cache) |
void(* AddonToKodiFuncTable_kodi_gui_control_image::set_visible) (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible) |