Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
YesNo.h File Reference

Namespaces

namespace  kodi
 
namespace  kodi::gui
 
namespace  kodi::gui::dialogs
 
namespace  kodi::gui::dialogs::YesNo
 

Functions

bool ATTR_DLL_LOCAL kodi::gui::dialogs::YesNo::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.
 
bool ATTR_DLL_LOCAL kodi::gui::dialogs::YesNo::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.
 
bool ATTR_DLL_LOCAL kodi::gui::dialogs::YesNo::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.