Fcitx
Public Member Functions | List of all members
fcitx::FocusGroupFocusChangedEvent Class Reference

Notify a focus change for focus group. More...

#include <fcitx/event.h>

Inheritance diagram for fcitx::FocusGroupFocusChangedEvent:
Inheritance graph
[legend]
Collaboration diagram for fcitx::FocusGroupFocusChangedEvent:
Collaboration graph
[legend]

Public Member Functions

 FocusGroupFocusChangedEvent (FocusGroup *group, InputContext *oldFocus, InputContext *newFocus)
 
FocusGroupgroup () const
 
InputContextoldFocus () const
 
InputContextnewFocus () 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
 

Detailed Description

Notify a focus change for focus group.

Since
5.0.11

Definition at line 623 of file event.h.


The documentation for this class was generated from the following file: