#include <Event.hpp>
Definition at line 72 of file Event.hpp.
◆ WTEvent()
◆ type()
uint16_t gamp::wt::event::WTEvent::type |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ when()
◆ source()
◆ consumed()
bool gamp::wt::event::WTEvent::consumed |
( |
| ) |
const |
|
inlineconstexprnoexcept |
Consumed events will stop traversing through listener.
Definition at line 88 of file Event.hpp.
◆ setConsumed()
void gamp::wt::event::WTEvent::setConsumed |
( |
bool | v | ) |
|
|
inlineconstexprnoexcept |
Consumed events will stop traversing through listener.
Definition at line 90 of file Event.hpp.
◆ toString()
std::string gamp::wt::event::WTEvent::toString |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: