#include <context.h>
◆ KeyEventNotifier
Initial value:
Definition key_event.h:17
◆ Notifier
◆ OptionUpdateNotifier
◆ PropertyUpdateNotifier
Initial value:
signal<void(
Context* ctx,
const string& property)>
◆ Context()
| rime::Context::Context |
( |
| ) |
|
|
default |
◆ ~Context()
| rime::Context::~Context |
( |
| ) |
|
|
default |
◆ abort_notifier()
| Notifier & rime::Context::abort_notifier |
( |
| ) |
|
|
inline |
◆ AbortComposition()
| void rime::Context::AbortComposition |
( |
| ) |
|
◆ BeginEditing()
| void rime::Context::BeginEditing |
( |
| ) |
|
◆ caret_pos()
| size_t rime::Context::caret_pos |
( |
| ) |
const |
|
inline |
◆ Clear()
| void rime::Context::Clear |
( |
| ) |
|
◆ ClearNonConfirmedComposition()
| bool rime::Context::ClearNonConfirmedComposition |
( |
| ) |
|
◆ ClearPreviousSegment()
| bool rime::Context::ClearPreviousSegment |
( |
| ) |
|
◆ ClearTransientOptions()
| void rime::Context::ClearTransientOptions |
( |
| ) |
|
◆ Commit()
| bool rime::Context::Commit |
( |
| ) |
|
◆ commit_history() [1/2]
◆ commit_history() [2/2]
◆ commit_notifier()
| Notifier & rime::Context::commit_notifier |
( |
| ) |
|
|
inline |
◆ composition() [1/2]
◆ composition() [2/2]
| const Composition & rime::Context::composition |
( |
| ) |
const |
|
inline |
◆ ConfirmCurrentSelection()
| bool rime::Context::ConfirmCurrentSelection |
( |
| ) |
|
◆ ConfirmPreviousSelection()
| bool rime::Context::ConfirmPreviousSelection |
( |
| ) |
|
◆ delete_notifier()
| Notifier & rime::Context::delete_notifier |
( |
| ) |
|
|
inline |
◆ DeleteCandidate()
| bool rime::Context::DeleteCandidate |
( |
size_t | index | ) |
|
◆ DeleteCurrentSelection()
| bool rime::Context::DeleteCurrentSelection |
( |
| ) |
|
◆ DeleteInput()
| bool rime::Context::DeleteInput |
( |
size_t | len = 1 | ) |
|
◆ get_option()
| bool rime::Context::get_option |
( |
const string & | name | ) |
const |
◆ get_property()
| string rime::Context::get_property |
( |
const string & | name | ) |
const |
◆ GetCommitText()
| string rime::Context::GetCommitText |
( |
| ) |
const |
◆ GetPreedit()
| Preedit rime::Context::GetPreedit |
( |
| ) |
const |
◆ GetScriptText()
| string rime::Context::GetScriptText |
( |
| ) |
const |
◆ GetSelectedCandidate()
| an< Candidate > rime::Context::GetSelectedCandidate |
( |
| ) |
const |
◆ HasMenu()
| bool rime::Context::HasMenu |
( |
| ) |
const |
◆ Highlight()
| bool rime::Context::Highlight |
( |
size_t | index | ) |
|
◆ input()
| const string & rime::Context::input |
( |
| ) |
const |
|
inline |
◆ IsComposing()
| bool rime::Context::IsComposing |
( |
| ) |
const |
◆ option_update_notifier()
◆ options()
| const map< string, bool > & rime::Context::options |
( |
| ) |
const |
|
inline |
◆ PopInput()
| bool rime::Context::PopInput |
( |
size_t | len = 1 | ) |
|
◆ properties()
| const map< string, string > & rime::Context::properties |
( |
| ) |
const |
|
inline |
◆ property_update_notifier()
◆ PushInput() [1/2]
| bool rime::Context::PushInput |
( |
char | ch | ) |
|
◆ PushInput() [2/2]
| bool rime::Context::PushInput |
( |
const string & | str | ) |
|
◆ RefreshNonConfirmedComposition()
| bool rime::Context::RefreshNonConfirmedComposition |
( |
| ) |
|
◆ ReopenPreviousSegment()
| bool rime::Context::ReopenPreviousSegment |
( |
| ) |
|
◆ ReopenPreviousSelection()
| bool rime::Context::ReopenPreviousSelection |
( |
| ) |
|
◆ Select()
| bool rime::Context::Select |
( |
size_t | index | ) |
|
◆ select_notifier()
| Notifier & rime::Context::select_notifier |
( |
| ) |
|
|
inline |
◆ set_caret_pos()
| void rime::Context::set_caret_pos |
( |
size_t | caret_pos | ) |
|
◆ set_composition()
| void rime::Context::set_composition |
( |
Composition && | comp | ) |
|
◆ set_input()
| void rime::Context::set_input |
( |
const string & | value | ) |
|
◆ set_option()
| void rime::Context::set_option |
( |
const string & | name, |
|
|
bool | value ) |
◆ set_property()
| void rime::Context::set_property |
( |
const string & | name, |
|
|
const string & | value ) |
◆ unhandled_key_notifier()
◆ update_notifier()
| Notifier & rime::Context::update_notifier |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: