Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Functions | |
bool ATTR_DLL_LOCAL | ShowAndGetInput (std::string &text, const std::string &heading, bool allowEmptyResult, bool hiddenInput=false, unsigned int autoCloseMs=0) |
Show keyboard with initial value text and replace with result string. | |
bool ATTR_DLL_LOCAL | ShowAndGetInput (std::string &text, bool allowEmptyResult, unsigned int autoCloseMs=0) |
The example shows the display of keyboard call dialog at Kodi from the add-on. | |
bool ATTR_DLL_LOCAL | ShowAndGetNewPassword (std::string &newPassword, const std::string &heading, bool allowEmptyResult, unsigned int autoCloseMs=0) |
Shows keyboard and prompts for a password. Differs from ShowAndVerifyNewPassword() in that no second verification. | |
bool ATTR_DLL_LOCAL | ShowAndGetNewPassword (std::string &newPassword, unsigned int autoCloseMs=0) |
Shows keyboard and prompts for a password. Differs from ShowAndVerifyNewPassword() in that no second verification. | |
bool ATTR_DLL_LOCAL | ShowAndVerifyNewPassword (std::string &newPassword, const std::string &heading, bool allowEmptyResult, unsigned int autoCloseMs=0) |
Show keyboard twice to get and confirm a user-entered password string. | |
bool ATTR_DLL_LOCAL | ShowAndVerifyNewPassword (std::string &newPassword, unsigned int autoCloseMs=0) |
Show keyboard twice to get and confirm a user-entered password string. | |
int ATTR_DLL_LOCAL | ShowAndVerifyPassword (std::string &password, const std::string &heading, int retries, unsigned int autoCloseMs=0) |
Show keyboard and verify user input against password . | |
bool ATTR_DLL_LOCAL | ShowAndGetFilter (std::string &text, bool searching, unsigned int autoCloseMs=0) |
Shows a filter related keyboard. | |
bool ATTR_DLL_LOCAL | SendTextToActiveKeyboard (const std::string &text, bool closeKeyboard=false) |
Send a text to a visible keyboard. | |
bool ATTR_DLL_LOCAL | IsKeyboardActivated () |
Check for visible keyboard on GUI. | |