|
| | RadioOption (an< RadioGroup > group, const string &state_label, const string &option_name) |
| void | Apply (Switcher *switcher) override |
| void | UpdateState (bool selected) |
| bool | selected () const |
| | 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 |
◆ RadioOption()
| rime::RadioOption::RadioOption |
( |
an< RadioGroup > | group, |
|
|
const string & | state_label, |
|
|
const string & | option_name ) |
|
inline |
◆ Apply()
| void rime::RadioOption::Apply |
( |
Switcher * | switcher | ) |
|
|
overridevirtual |
◆ selected()
| bool rime::RadioOption::selected |
( |
| ) |
const |
|
inline |
◆ UpdateState()
| void rime::RadioOption::UpdateState |
( |
bool | selected | ) |
|
◆ group_
◆ selected_
| bool rime::RadioOption::selected_ = false |
|
protected |
The documentation for this class was generated from the following file: