11 #include "GUIKeyboard.h" 24 static bool ShowAndGetInput(std::string& aTextString,
bool allowEmptyResult,
unsigned int autoCloseMs = 0);
25 static bool ShowAndGetInput(std::string& aTextString,
27 bool allowEmptyResult,
28 bool hiddenInput =
false,
29 unsigned int autoCloseMs = 0);
30 static bool ShowAndGetNewPassword(std::string& strNewPassword,
unsigned int autoCloseMs = 0);
31 static bool ShowAndGetNewPassword(std::string& newPassword,
34 unsigned int autoCloseMs = 0);
35 static bool ShowAndVerifyNewPassword(std::string& strNewPassword,
unsigned int autoCloseMs = 0);
36 static bool ShowAndVerifyNewPassword(std::string& newPassword,
39 unsigned int autoCloseMs = 0);
40 static int ShowAndVerifyPassword(std::string& strPassword,
const std::string& strHeading,
int iRetries,
unsigned int autoCloseMs = 0);
41 static bool ShowAndGetFilter(std::string& aTextString,
bool searching,
unsigned int autoCloseMs = 0);
43 static bool SendTextToActiveKeyboard(
const std::string &aTextString,
bool closeKeyboard =
false);
45 static bool isKeyboardActivated() {
return g_activeKeyboard != NULL; }
48 static FILTERING m_filtering;
49 static void keyTypedCB(
CGUIKeyboard *ref,
const std::string &typedString);
static int ShowAndVerifyPassword(std::string &strPassword, const std::string &strHeading, int iRetries, unsigned int autoCloseMs=0)
Definition: GUIKeyboardFactory.cpp:204
Definition: GUIKeyboard.h:24
Definition: GUIKeyboardFactory.h:17