|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <InputCodingTableBasePY.h>
Public Member Functions | |
| CInputCodingTableBasePY () | |
| ~CInputCodingTableBasePY () override=default | |
| bool | GetWordListPage (const std::string &strCode, bool isFirstPage) override |
| std::vector< std::wstring > | GetResponse (int) override |
Public Member Functions inherited from IInputCodingTable | |
| virtual int | GetType () |
| virtual | ~IInputCodingTable ()=default |
| virtual void | Initialize () |
| Called for the active keyboard layout when it's loaded, stick any initialization here. More... | |
| virtual void | Deinitialize () |
| Called for the active keyboard layout when it's unloaded, stick any cleanup here. More... | |
| virtual bool | IsInitialized () const |
| Can be overridden if initialization is expensive to avoid calling initialize more than needed. More... | |
| const std::string & | GetCodeChars () const |
| virtual void | SetTextPrev (const std::string &strTextPrev) |
| virtual std::string | ConvertString (const std::string &strCode) |
Additional Inherited Members | |
Public Types inherited from IInputCodingTable | |
| enum | { TYPE_WORD_LIST , TYPE_CONVERT_STRING } |
Protected Attributes inherited from IInputCodingTable | |
| std::string | m_codechars |
| CInputCodingTableBasePY::CInputCodingTableBasePY | ( | ) |
|
overridedefault |
|
overridevirtual |
Implements IInputCodingTable.
|
overridevirtual |
Implements IInputCodingTable.