|
| Event (const std::string &name) |
|
void | clear () |
|
void | connect (const std::function< FNC > &callback) |
|
template<class T > |
void | connect (const std::shared_ptr< T > &instance, const std::function< FNC > &callback) |
|
void | connect (const QObject *obj, const std::function< FNC > &callback) |
|
template<class... ARGS> |
void | operator() (const ARGS &...args) |
|
| EventBase (const std::string &name) |
|
void | begin () |
|
void | end () |
|
|
static bool | listenerCheckQPointer (const std::shared_ptr< QPointer< const QObject >> &q) |
|
static std::shared_ptr< QPointer< const QObject > > | listenerMakeQPointer (const QObject *o) |
|
template<class FNC>
class Event< FNC >
Definition at line 30 of file event.h.
The documentation for this class was generated from the following file: