23 virtual int GetType() {
return TYPE_WORD_LIST; }
46 virtual bool GetWordListPage(
const std::string& strCode,
bool isFirstPage) = 0;
47 virtual std::vector<std::wstring> GetResponse(
int response) = 0;
48 const std::string& GetCodeChars()
const {
return m_codechars; }
50 virtual void SetTextPrev(
const std::string& strTextPrev) {}
51 virtual std::string ConvertString(
const std::string& strCode) {
return std::string(
""); }
54 std::string m_codechars;
57 typedef std::shared_ptr<IInputCodingTable> IInputCodingTablePtr;