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