Allows children that inherit from this class to implement processing before and after events are handled.
Event filters can be registered using CYIEventDispatcher::RegisterEventFilter, or CYIEventHandler::RegisterEventFilter.
#include <event/YiEventFilter.h>
◆ CYIEventFilter() [1/2]
CYIEventFilter::CYIEventFilter |
( |
| ) |
|
◆ CYIEventFilter() [2/2]
◆ ~CYIEventFilter()
virtual CYIEventFilter::~CYIEventFilter |
( |
| ) |
|
|
virtual |
◆ operator=()
◆ PostFilterEvent()
Called after pEvent is handled. Returning true filters the event so that no other CYIEventHandler receives the event.
◆ PreFilterEvent()
Called before pEvent is handled. Returning true filters the event so that no other CYIEventHandler receives the event.
◆ CYIEventDispatcher
◆ CYIEventHandler
The documentation for this class was generated from the following file: