|
librime 1.2
Rime Input Method Engine, the core library
|


Public Member Functions | |
| EchoTranslation (const an< Candidate > &candidate) | |
| virtual int | Compare (an< Translation > other, const CandidateList &candidates) |
| Public Member Functions inherited from rime::UniqueTranslation | |
| UniqueTranslation (an< Candidate > candidate) | |
| bool | Next () |
| an< Candidate > | Peek () |
| Public Member Functions inherited from rime::Translation | |
| Translation ()=default | |
| virtual | ~Translation ()=default |
| bool | exhausted () const |
Additional Inherited Members | |
| Protected Member Functions inherited from rime::Translation | |
| void | set_exhausted (bool exhausted) |
| Protected Attributes inherited from rime::UniqueTranslation | |
| an< Candidate > | candidate_ |
|
inlinevirtual |
Reimplemented from rime::Translation.