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

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

#include <Select.h>

Static Public Member Functions

static void Init (AddonGlobalInterface *addonInterface)
 
static void DeInit (AddonGlobalInterface *addonInterface)
 
static int open (KODI_HANDLE kodiBase, const char *heading, const char *entries[], unsigned int size, int selected, unsigned int autoclose)
 callback functions from add-on to kodi
 
static bool open_multi_select (KODI_HANDLE kodiBase, const char *heading, const char *entryIDs[], const char *entryNames[], bool entriesSelected[], unsigned int size, unsigned int autoclose)
 

Detailed Description

Global gui Add-on to Kodi callback functions.

To hold functions 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/dialogs/Select.h"

Member Function Documentation

◆ DeInit()

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

◆ Init()

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

◆ open()

int ADDON::Interface_GUIDialogSelect::open ( KODI_HANDLE kodiBase,
const char * heading,
const char * entries[],
unsigned int size,
int selected,
unsigned int autoclose )
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.

◆ open_multi_select()

bool ADDON::Interface_GUIDialogSelect::open_multi_select ( KODI_HANDLE kodiBase,
const char * heading,
const char * entryIDs[],
const char * entryNames[],
bool entriesSelected[],
unsigned int size,
unsigned int autoclose )
static

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