Fcitx
|
Public Types | |
enum | Action { LeftClick, RightClick } |
Public Member Functions | |
InvokeActionEvent (Action action, int cursor, InputContext *context) | |
Action | action () const |
int | cursor () const |
void | filter () |
bool | filtered () const override |
Whether a event is filtered by handler. More... | |
![]() | |
InputContextEvent (InputContext *context, EventType type) | |
InputContext * | inputContext () const |
![]() | |
Event (EventType type) | |
EventType | type () const |
Type of event, can be used to decide event class. More... | |
void | accept () |
bool | accepted () const |
Return value used by Instance::postEvent. More... | |
bool | isInputContextEvent () const |
A helper function to check if a event is input context event. More... | |
Protected Attributes | |
Action | action_ |
int | cursor_ |
bool | filtered_ = false |
![]() | |
InputContext * | ic_ |
![]() | |
EventType | type_ |
bool | accepted_ = false |