Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
addons/kodi-addon-dev-kit/include/kodi/gui/dialogs/Keyboard.h File Reference
#include "../definitions.h"
#include "../../AddonBase.h"

Namespaces

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

Functions

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