|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Functions | |
| bool | ShowAndVerifyNewPassword (std::string &newPassword) |
| Use dialog to get numeric new password. More... | |
| int | ShowAndVerifyPassword (const std::string &password, const std::string &heading, int retries) |
| Use dialog to verify numeric password. More... | |
| bool | ShowAndVerifyInput (std::string &toVerify, const std::string &heading, bool verifyInput) |
| Use dialog to verify numeric password. More... | |
| bool | ShowAndGetTime (tm &time, const std::string &heading) |
| Use dialog to get time value. More... | |
| bool | ShowAndGetDate (tm &date, const std::string &heading) |
| Use dialog to get date value. More... | |
| bool | ShowAndGetIPAddress (std::string &ipAddress, const std::string &heading) |
| Use dialog to get a IP. More... | |
| bool | ShowAndGetNumber (std::string &input, const std::string &heading, unsigned int autoCloseTimeoutMs=0) |
| Use dialog to get normal number. More... | |
| bool | ShowAndGetSeconds (std::string &time, const std::string &heading) |
| Show numeric keypad to get seconds. More... | |