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

#include <yes_no.h>

Public Attributes

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

Member Data Documentation

◆ show_and_get_input_line_button_text

bool(* AddonToKodiFuncTable_kodi_gui_dialogYesNo::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)

◆ show_and_get_input_line_text

bool(* AddonToKodiFuncTable_kodi_gui_dialogYesNo::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)

◆ show_and_get_input_single_text

bool(* AddonToKodiFuncTable_kodi_gui_dialogYesNo::show_and_get_input_single_text) (KODI_HANDLE kodiBase, const char *heading, const char *text, bool *canceled, const char *noLabel, const char *yesLabel)

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