|
| void | attachFilter (const std::initializer_list< Sml::EventType > &types, Sml::Listener *filter) |
| |
| void | detachFilter (Sml::Listener *filter) |
| |
| void | attachHandler (const std::initializer_list< Sml::EventType > &types, Sml::Listener *handler) |
| |
| void | detachHandler (Sml::Listener *handler) |
| |
| virtual Sml::Event * | dispatchEvent (Sml::Event *event, Sml::EventDispatchChain *chain) override |
| |
Definition at line 63 of file gui_event_dispatching.h.
◆ attachFilter()
| void GuiEventDispatcher::attachFilter |
( |
const std::initializer_list< Sml::EventType > & |
types, |
|
|
Sml::Listener * |
filter |
|
) |
| |
◆ attachHandler()
| void GuiEventDispatcher::attachHandler |
( |
const std::initializer_list< Sml::EventType > & |
types, |
|
|
Sml::Listener * |
handler |
|
) |
| |
◆ detachFilter()
| void GuiEventDispatcher::detachFilter |
( |
Sml::Listener * |
filter | ) |
|
◆ detachHandler()
| void GuiEventDispatcher::detachHandler |
( |
Sml::Listener * |
handler | ) |
|
◆ dispatchBubblingEvent()
| Sml::Event * GuiEventDispatcher::dispatchBubblingEvent |
( |
Sml::Event * |
event | ) |
|
|
protectedvirtual |
◆ dispatchCapturingEvent()
| Sml::Event * GuiEventDispatcher::dispatchCapturingEvent |
( |
Sml::Event * |
event | ) |
|
|
protectedvirtual |
◆ dispatchEvent()
| Sml::Event * GuiEventDispatcher::dispatchEvent |
( |
Sml::Event * |
event, |
|
|
Sml::EventDispatchChain * |
chain |
|
) |
| |
|
overridevirtual |
◆ m_FiltersNotifier
| Sml::Notifier GuiEventDispatcher::m_FiltersNotifier |
|
protected |
◆ m_HandlersNotifier
| Sml::Notifier GuiEventDispatcher::m_HandlersNotifier |
|
protected |
The documentation for this class was generated from the following files: