Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
kodi-dev-kit/include/kodi/gui/dialogs/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. More...
 
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. More...
 
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. More...