11 #include "InputCodingTable.h" 23 bool GetWordListPage(
const std::string& strCode,
bool isFirstPage)
override;
24 std::vector<std::wstring> GetResponse(
int)
override;
26 void SetTextPrev(
const std::string& strTextPrev)
override;
27 std::string ConvertString(
const std::string& strCode)
override;
28 int GetType()
override {
return TYPE_CONVERT_STRING; }
31 int MergeCode(
int choseong,
int jungseong,
int jongseong);
32 std::wstring InputToKorean(
const std::wstring& input);
35 std::vector<std::wstring> m_words;
36 std::string m_strTextPrev;