|
Fcitx
|
Notify a focus change for focus group. More...
#include <fcitx/event.h>


Public Member Functions | |
| FocusGroupFocusChangedEvent (FocusGroup *group, InputContext *oldFocus, InputContext *newFocus) | |
| FocusGroup * | group () const |
| InputContext * | oldFocus () const |
| InputContext * | newFocus () const |
Public Member Functions inherited from fcitx::Event | |
| 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... | |
| virtual bool | filtered () const |
| Whether a event is filtered by handler. More... | |
| bool | isInputContextEvent () const |
| A helper function to check if a event is input context event. More... | |
Additional Inherited Members | |
Protected Attributes inherited from fcitx::Event | |
| EventType | type_ |
| bool | accepted_ = false |
1.8.13