Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Keyboard.h File Reference

Namespaces

namespace  kodi
 
namespace  kodi::gui
 
namespace  kodi::gui::dialogs
 
namespace  kodi::gui::dialogs::Keyboard
 

Functions

bool ATTR_DLL_LOCAL kodi::gui::dialogs::Keyboard::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 kodi::gui::dialogs::Keyboard::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 kodi::gui::dialogs::Keyboard::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 kodi::gui::dialogs::Keyboard::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 kodi::gui::dialogs::Keyboard::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 kodi::gui::dialogs::Keyboard::ShowAndVerifyNewPassword (std::string &newPassword, unsigned int autoCloseMs=0)
 Show keyboard twice to get and confirm a user-entered password string.
 
int ATTR_DLL_LOCAL kodi::gui::dialogs::Keyboard::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 kodi::gui::dialogs::Keyboard::ShowAndGetFilter (std::string &text, bool searching, unsigned int autoCloseMs=0)
 Shows a filter related keyboard.
 
bool ATTR_DLL_LOCAL kodi::gui::dialogs::Keyboard::SendTextToActiveKeyboard (const std::string &text, bool closeKeyboard=false)
 Send a text to a visible keyboard.
 
bool ATTR_DLL_LOCAL kodi::gui::dialogs::Keyboard::IsKeyboardActivated ()
 Check for visible keyboard on GUI.