Fcitx
|
Public Member Functions | |
virtual const CandidateWord & | candidateFromAll (int idx) const =0 |
If idx is out of range, it may raise exception. More... | |
virtual int | totalSize () const =0 |
It's possible for this function to return -1 if the implement has no clear number how many candidates are available. | |
Definition at line 152 of file candidatelist.h.
|
pure virtual |
If idx is out of range, it may raise exception.
Catching the exception is useful to iterate over all candidate list for candidate list has no total size.
Implemented in fcitx::CommonCandidateList.