Inherits AddonClass.
|
| doModal (...) |
| Function: doModal([autoclose])
Show keyboard and wait for user action.
|
|
| getText () |
| Function: getText()
Returns the user input as a string.
|
|
| isConfirmed () |
| Function: isConfirmed()
Returns False if the user cancelled the input.
|
|
| Keyboard (const String &line=emptyString, const String &heading=emptyString, bool hidden=false) |
|
| setDefault (...) |
| Function: setDefault(line)
Set the default text entry.
|
|
| setHeading (...) |
| Function: setHeading(heading)
Set the keyboard heading.
|
|
| setHiddenInput (...) |
| Function: setHiddenInput(hidden)
Allows hidden text entry.
|
|
|
bool | bConfirmed = false |
|
bool | bHidden |
|
String | strDefault |
|
String | strHeading |
|
String | strText |
|
The documentation for this class was generated from the following file:
- /github/workspace/xbmc/interfaces/legacy/Keyboard.h