xbmc
Static Public Member Functions | List of all members
CGUIKeyboardFactory Class Reference

Static Public Member Functions

static bool ShowAndGetInput (std::string &aTextString, bool allowEmptyResult, unsigned int autoCloseMs=0)
 
static bool ShowAndGetInput (std::string &aTextString, const CVariant &heading, bool allowEmptyResult, bool hiddenInput=false, unsigned int autoCloseMs=0)
 
static bool ShowAndGetNewPassword (std::string &strNewPassword, unsigned int autoCloseMs=0)
 
static bool ShowAndGetNewPassword (std::string &newPassword, const CVariant &heading, bool allowEmpty, unsigned int autoCloseMs=0)
 
static bool ShowAndVerifyNewPassword (std::string &strNewPassword, unsigned int autoCloseMs=0)
 
static bool ShowAndVerifyNewPassword (std::string &newPassword, const CVariant &heading, bool allowEmpty, unsigned int autoCloseMs=0)
 
static int ShowAndVerifyPassword (std::string &strPassword, const std::string &strHeading, int iRetries, unsigned int autoCloseMs=0)
 
static bool ShowAndGetFilter (std::string &aTextString, bool searching, unsigned int autoCloseMs=0)
 
static bool SendTextToActiveKeyboard (const std::string &aTextString, bool closeKeyboard=false)
 
static bool isKeyboardActivated ()
 

Member Function Documentation

◆ ShowAndVerifyPassword()

int CGUIKeyboardFactory::ShowAndVerifyPassword ( std::string &  strPassword,
const std::string &  strHeading,
int  iRetries,
unsigned int  autoCloseMs = 0 
)
static
Todo:
GUI Setting to enable disable this feature y/n?

The documentation for this class was generated from the following files: