|
| | Switch (const SwitchOption &option, bool current_state, bool auto_save) |
| void | Apply (Switcher *switcher) override |
| | SimpleCandidate ()=default |
| | SimpleCandidate (const string &type, size_t start, size_t end, const string &text, const string &comment=string(), const string &preedit=string()) |
| const string & | text () const |
| string | comment () const |
| string | preedit () const |
| void | set_text (const string &text) |
| void | set_comment (const string &comment) |
| void | set_preedit (const string &preedit) |
| | Candidate ()=default |
| | Candidate (const string &type, size_t start, size_t end, double quality=0.) |
| virtual | ~Candidate ()=default |
| int | compare (const Candidate &other) |
| const string & | type () const |
| size_t | start () const |
| size_t | end () const |
| double | quality () const |
| void | set_type (const string &type) |
| void | set_start (size_t start) |
| void | set_end (size_t end) |
| void | set_quality (double quality) |
| | SwitcherCommand (const string &keyword) |
| const string & | keyword () const |
◆ Switch()
| rime::Switch::Switch |
( |
const SwitchOption & | option, |
|
|
bool | current_state, |
|
|
bool | auto_save ) |
|
inline |
◆ Apply()
| void rime::Switch::Apply |
( |
Switcher * | switcher | ) |
|
|
overridevirtual |
◆ auto_save_
| bool rime::Switch::auto_save_ |
|
protected |
◆ target_state_
| bool rime::Switch::target_state_ |
|
protected |
The documentation for this class was generated from the following file: