Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
kodi::gui::dialogs::YesNo Namespace Reference

Functions

bool ShowAndGetInput (const std::string &heading, const std::string &text, bool &canceled, const std::string &noLabel="", const std::string &yesLabel="")
 Use dialog to get numeric new password with one text string shown everywhere and cancel return field. More...
 
bool ShowAndGetInput (const std::string &heading, const std::string &line0, const std::string &line1, const std::string &line2, const std::string &noLabel="", const std::string &yesLabel="")
 Use dialog to get numeric new password with separated line strings. More...
 
bool ShowAndGetInput (const std::string &heading, const std::string &line0, const std::string &line1, const std::string &line2, bool &canceled, const std::string &noLabel="", const std::string &yesLabel="")
 Use dialog to get numeric new password with separated line strings and cancel return field. More...