|
| Keyboard (const String &line=emptyString, const String &heading=emptyString, bool hidden=false) |
|
void | doModal (int autoclose=0) |
|
void | setDefault (const String &line=emptyString) |
|
void | setHiddenInput (bool hidden=false) |
|
void | setHeading (const String &heading) |
|
String | getText () |
|
bool | isConfirmed () |
|
const char * | GetClassname () const |
|
LanguageHook * | GetLanguageHook () |
|
bool | isDeallocating () |
| This method should be called while holding a Synchronize on the object. More...
|
|
void | Release () const |
|
void | Acquire () const |
|
|
String | strDefault |
|
String | strHeading |
|
bool | bHidden |
|
String | strText |
|
bool | bConfirmed = false |
|
|
static short | getNumAddonClasses () |
|
virtual void | deallocating () |
| This method is meant to be called from the destructor of the lowest level class. More...
|
|
static short | getNextClassIndex () |
| This is meant to be called during static initialization and so isn't synchronized.
|
|
LanguageHook * | languageHook |
|
The documentation for this class was generated from the following files:
- xbmc/interfaces/legacy/Keyboard.h
- xbmc/interfaces/legacy/Keyboard.cpp