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

Namespaces

namespace  kodi
 
namespace  kodi::gui
 
namespace  kodi::gui::dialogs
 
namespace  kodi::gui::dialogs::Numeric
 

Functions

bool kodi::gui::dialogs::Numeric::ShowAndVerifyNewPassword (std::string &newPassword)
 Use dialog to get numeric new password. More...
 
int kodi::gui::dialogs::Numeric::ShowAndVerifyPassword (const std::string &password, const std::string &heading, int retries)
 Use dialog to verify numeric password. More...
 
bool kodi::gui::dialogs::Numeric::ShowAndVerifyInput (std::string &toVerify, const std::string &heading, bool verifyInput)
 Use dialog to verify numeric password. More...
 
bool kodi::gui::dialogs::Numeric::ShowAndGetTime (tm &time, const std::string &heading)
 Use dialog to get time value. More...
 
bool kodi::gui::dialogs::Numeric::ShowAndGetDate (tm &date, const std::string &heading)
 Use dialog to get date value. More...
 
bool kodi::gui::dialogs::Numeric::ShowAndGetIPAddress (std::string &ipAddress, const std::string &heading)
 Use dialog to get a IP. More...
 
bool kodi::gui::dialogs::Numeric::ShowAndGetNumber (std::string &input, const std::string &heading, unsigned int autoCloseTimeoutMs=0)
 Use dialog to get normal number. More...
 
bool kodi::gui::dialogs::Numeric::ShowAndGetSeconds (std::string &time, const std::string &heading)
 Show numeric keypad to get seconds. More...