#include <scim_lookup_table.h>
Inheritance diagram for scim::CommonLookupTable:
Public Member Functions | |
CommonLookupTable (int page_size, const KeyEvent &page_up_key, const KeyEvent &page_down_key, const std::vector< KeyEvent > &page_index_keys) | |
CommonLookupTable (int page_size, const std::vector< KeyEvent > &page_index_keys) | |
CommonLookupTable (int page_size=10) | |
virtual WideString | get_content (int index) const |
Get the content of an entry. | |
virtual uint32 | number_of_entries () const |
Return the number of entries in this table. | |
virtual void | clear () |
Clear the table. | |
bool | append_entry (const WideString &entry) |
Append a string into the table. | |
bool | append_entry (ucs4_t entry) |
Append a single char into the table. |
This class implements the LookupTable interface in a common way.
Definition at line 230 of file scim_lookup_table.h.
|
|
|
|
|
|
|
Get the content of an entry.
Implements scim::LookupTable. |
|
Return the number of entries in this table.
Implements scim::LookupTable. |
|
Clear the table.
Implements scim::LookupTable. |
|
Append a string into the table.
|
|
Append a single char into the table.
|