|
bool | GetWordListPage (const std::string &strCode, bool isFirstPage) override |
|
std::vector< std::wstring > | GetResponse (int) override |
|
void | SetTextPrev (const std::string &strTextPrev) override |
|
std::string | ConvertString (const std::string &strCode) override |
|
int | GetType () override |
|
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 |
|
|
int | MergeCode (int choseong, int jungseong, int jongseong) |
|
std::wstring | InputToKorean (const std::wstring &input) |
|
|
enum | { TYPE_WORD_LIST,
TYPE_CONVERT_STRING
} |
|
std::string | m_codechars |
|
The documentation for this class was generated from the following files: