swift
|
Endpoint which can subscribe to events emitted by CPassiveMutator. More...
Signals | |
void | eventSubscriptionChanged (const swift::misc::CVariant ¶m) |
Emitted by setEventSubscription. | |
Public Member Functions | |
void | setEventSubscription (const CVariant ¶m) |
Set the object that determines which events are subscribed to. | |
CVariant | eventSubscription () const |
Get the object that determines which events are subscribed to. | |
void | handleEvent (const CVariant ¶m) const |
Called when a subscribed event is emitted. | |
QWeakPointer< const CPassiveObserver > | weakRef () const |
Get a QWeakPointer pointing to this object. | |
Static Public Member Functions | |
template<typename T , typename F > | |
static auto | create (T *parent, F eventHandler) |
Factory method. | |
Endpoint which can subscribe to events emitted by CPassiveMutator.
Definition at line 27 of file passiveobserver.h.