Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CGUIKeyboardFactory, including all inherited members.
CGUIKeyboardFactory(void) | CGUIKeyboardFactory | |
isKeyboardActivated() | CGUIKeyboardFactory | inlinestatic |
SendTextToActiveKeyboard(const std::string &aTextString, bool closeKeyboard=false) | CGUIKeyboardFactory | static |
ShowAndGetFilter(std::string &aTextString, bool searching, unsigned int autoCloseMs=0) | CGUIKeyboardFactory | static |
ShowAndGetInput(std::string &aTextString, bool allowEmptyResult, unsigned int autoCloseMs=0) | CGUIKeyboardFactory | static |
ShowAndGetInput(std::string &aTextString, const CVariant &heading, bool allowEmptyResult, bool hiddenInput=false, unsigned int autoCloseMs=0) | CGUIKeyboardFactory | static |
ShowAndGetNewPassword(std::string &strNewPassword, unsigned int autoCloseMs=0) | CGUIKeyboardFactory | static |
ShowAndGetNewPassword(std::string &newPassword, const CVariant &heading, bool allowEmpty, unsigned int autoCloseMs=0) | CGUIKeyboardFactory | static |
ShowAndVerifyNewPassword(std::string &strNewPassword, unsigned int autoCloseMs=0) | CGUIKeyboardFactory | static |
ShowAndVerifyNewPassword(std::string &newPassword, const CVariant &heading, bool allowEmpty, unsigned int autoCloseMs=0) | CGUIKeyboardFactory | static |
ShowAndVerifyPassword(std::string &strPassword, const std::string &strHeading, int iRetries, unsigned int autoCloseMs=0) | CGUIKeyboardFactory | static |
~CGUIKeyboardFactory(void) | CGUIKeyboardFactory | virtual |