Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ADDON::Interface_GUIControlImage Struct Reference

Global gui Add-on to Kodi callback functions. More...

#include <Image.h>

Static Public Member Functions

static void Init (AddonGlobalInterface *addonInterface)
 
static void DeInit (AddonGlobalInterface *addonInterface)
 
static void set_visible (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, bool visible)
 callback functions from add-on to kodi
 
static void set_filename (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, const char *filename, bool use_cache)
 
static void set_color_diffuse (KODI_HANDLE kodiBase, KODI_GUI_CONTROL_HANDLE handle, uint32_t color_diffuse)
 

Detailed Description

Global gui Add-on to Kodi callback functions.

To hold general gui functions and initialize also all other gui related types not related to a instance type and usable for every add-on type.

Related add-on header is "./xbmc/addons/kodi-dev-kit/include/kodi/gui/controls/Image.h"

Member Function Documentation

◆ DeInit()

void ADDON::Interface_GUIControlImage::DeInit ( AddonGlobalInterface * addonInterface)
static

◆ Init()

void ADDON::Interface_GUIControlImage::Init ( AddonGlobalInterface * addonInterface)
static

◆ set_color_diffuse()

void ADDON::Interface_GUIControlImage::set_color_diffuse ( KODI_HANDLE kodiBase,
KODI_GUI_CONTROL_HANDLE handle,
uint32_t color_diffuse )
static

◆ set_filename()

void ADDON::Interface_GUIControlImage::set_filename ( KODI_HANDLE kodiBase,
KODI_GUI_CONTROL_HANDLE handle,
const char * filename,
bool use_cache )
static

◆ set_visible()

void ADDON::Interface_GUIControlImage::set_visible ( KODI_HANDLE kodiBase,
KODI_GUI_CONTROL_HANDLE handle,
bool visible )
static

callback functions from add-on to kodi

Note
To add a new function use the "_" style to directly identify an add-on callback function. Everything with CamelCase is only to be used in Kodi.

The parameter kodiBase is used to become the pointer for a CAddonDll class.


The documentation for this struct was generated from the following files: