Fcitx
Public Member Functions | Protected Attributes | List of all members
fcitx::Event Class Reference

Base class for fcitx event. More...

#include <fcitx/event.h>

Inheritance diagram for fcitx::Event:
Inheritance graph
[legend]

Public Member Functions

 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...
 

Protected Attributes

EventType type_
 
bool accepted_ = false
 

Detailed Description

Base class for fcitx event.

Definition at line 212 of file event.h.


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