Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
kodi-addon-dev-kit/include/kodi/gui/dialogs/YesNo.h File Reference
#include "../definitions.h"
#include "../../AddonBase.h"

Namespaces

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

Functions

bool 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 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 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...