#include <event.hpp>
◆ Event() [1/3]
Nui::Event::Event |
( |
std::function< bool(std::size_t eventId)> |
action, |
|
|
std::function< bool()> |
valid = [] { return true; } |
|
) |
| |
|
inline |
◆ Event() [2/3]
Nui::Event::Event |
( |
Event const & |
| ) |
|
|
delete |
◆ Event() [3/3]
Nui::Event::Event |
( |
Event && |
| ) |
|
|
default |
◆ operator bool()
Nui::Event::operator bool |
( |
| ) |
const |
|
inline |
◆ operator()()
bool Nui::Event::operator() |
( |
std::size_t |
eventId | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: