|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <Keyboard.h>
Public Member Functions | |
| Keyboard (const String &line=emptyString, const String &heading=emptyString, bool hidden=false) | |
| ~Keyboard () override | |
| doModal (...) | |
| |
| setDefault (...) | |
| |
| setHiddenInput (...) | |
| |
| setHeading (...) | |
| |
| getText () | |
| |
| isConfirmed () | |
| |
Public Member Functions inherited from XBMCAddon::AddonClass | |
| AddonClass () | |
| virtual | ~AddonClass () |
| const char * | GetClassname () const |
| LanguageHook * | GetLanguageHook () |
| bool | isDeallocating () |
| void | Release () const |
| void | Acquire () const |
Public Member Functions inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| CountingLockable ()=default | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
| unsigned int | exit (unsigned int leave=0) |
| void | restore (unsigned int restoreCount) |
| XbmcThreads::CRecursiveMutex & | get_underlying () |
Public Attributes | |
| String | strDefault |
| String | strHeading |
| bool | bHidden |
| String | strText |
| bool | bConfirmed = false |
Additional Inherited Members | |
Static Public Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNumAddonClasses () |
Protected Member Functions inherited from XBMCAddon::AddonClass | |
| virtual void | deallocating () |
Static Protected Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNextClassIndex () |
Protected Attributes inherited from XBMCAddon::AddonClass | |
| LanguageHook * | languageHook |
Protected Attributes inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| XbmcThreads::CRecursiveMutex | mutex |
| unsigned int | count |
| XBMCAddon::xbmc::Keyboard::Keyboard | ( | const String & | line = emptyString, |
| const String & | heading = emptyString, |
||
| bool | hidden = false |
||
| ) |
|
overridedefault |
| bool XBMCAddon::xbmc::Keyboard::bConfirmed = false |
| bool XBMCAddon::xbmc::Keyboard::bHidden |
| String XBMCAddon::xbmc::Keyboard::strDefault |
| String XBMCAddon::xbmc::Keyboard::strHeading |
| String XBMCAddon::xbmc::Keyboard::strText |