#include <flxCoreEvent.h>
|
| | _flxEventHub (_flxEventHub const &)=delete |
| |
| void | operator= (_flxEventHub const &)=delete |
| |
| template<typename T , typename TP > |
| void | registerEventCallback (flxEvent::flxEventID_t id, T *inst, void(T::*func)(TP var)) |
| |
| template<typename T > |
| void | registerEventCallback (flxEvent::flxEventID_t id, T *inst, void(T::*func)(void)) |
| |
| template<typename T > |
| void | sendEvent (flxEvent::flxEventID_t id, T value) |
| |
| void | sendEvent (flxEvent::flxEventID_t id) |
| |
| template<typename T > |
| void | sendEvent (flxEvent::flxEventIDNum_t num, T value) |
| |
| void | sendEvent (flxEvent::flxEventIDNum_t num) |
| |
| void | addEventAlias (flxEvent::flxEventID_t id, flxEvent::flxEventID_t alias) |
| |
| template<typename T > |
| void | addEventAliasWithValue (flxEvent::flxEventID_t id, flxEvent::flxEventID_t alias, T value) |
| |
◆ _flxEventHub()
◆ addEventAlias()
◆ addEventAliasWithValue()
◆ get()
◆ operator=()
◆ registerEventCallback() [1/2]
template<typename T , typename TP >
◆ registerEventCallback() [2/2]
◆ sendEvent() [1/4]
◆ sendEvent() [2/4]
◆ sendEvent() [3/4]
◆ sendEvent() [4/4]
The documentation for this class was generated from the following file: