swift
|
Endpoint which can emit events to subscribers. More...
Signals | |
void | eventPosted (const swift::misc::CVariant ¶m) |
Emitted by postEvent. | |
Public Member Functions | |
void | postEvent (const CVariant ¶m) |
Emit an event. | |
QWeakPointer< const CPassiveMutator > | weakRef () const |
Get a QWeakPointer pointing to this object. | |
Static Public Member Functions | |
static auto | create (QObject *parent) |
Factory method. | |
Endpoint which can emit events to subscribers.
Definition at line 23 of file passivemutator.h.