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

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

#include <YesNo.h>

Static Public Member Functions

static void Init (AddonGlobalInterface *addonInterface)
 
static void DeInit (AddonGlobalInterface *addonInterface)
 
static bool show_and_get_input_single_text (KODI_HANDLE kodiBase, const char *heading, const char *text, bool *canceled, const char *noLabel, const char *yesLabel)
 callback functions from add-on to kodi
 
static bool show_and_get_input_line_text (KODI_HANDLE kodiBase, const char *heading, const char *line0, const char *line1, const char *line2, const char *noLabel, const char *yesLabel)
 
static bool show_and_get_input_line_button_text (KODI_HANDLE kodiBase, const char *heading, const char *line0, const char *line1, const char *line2, bool *canceled, const char *noLabel, const char *yesLabel)
 

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/YesNo.h"

Member Function Documentation

◆ DeInit()

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

◆ Init()

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

◆ show_and_get_input_line_button_text()

bool ADDON::Interface_GUIDialogYesNo::show_and_get_input_line_button_text ( KODI_HANDLE kodiBase,
const char * heading,
const char * line0,
const char * line1,
const char * line2,
bool * canceled,
const char * noLabel,
const char * yesLabel )
static

◆ show_and_get_input_line_text()

bool ADDON::Interface_GUIDialogYesNo::show_and_get_input_line_text ( KODI_HANDLE kodiBase,
const char * heading,
const char * line0,
const char * line1,
const char * line2,
const char * noLabel,
const char * yesLabel )
static

◆ show_and_get_input_single_text()

bool ADDON::Interface_GUIDialogYesNo::show_and_get_input_single_text ( KODI_HANDLE kodiBase,
const char * heading,
const char * text,
bool * canceled,
const char * noLabel,
const char * yesLabel )
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: