swift
|
Extends CPassiveMutator with the ability to respond to requests. More...
Public Member Functions | |
QFuture< CVariant > | handleRequest (const CVariant ¶m) const |
Respond to a request and return a reply. | |
QWeakPointer< const CActiveMutator > | weakRef () const |
Get a QWeakPointer pointing to this object. | |
![]() | |
void | postEvent (const CVariant ¶m) |
Emit an event. | |
QWeakPointer< const CPassiveMutator > | weakRef () const |
Get a QWeakPointer pointing to this object. | |
Static Public Member Functions | |
template<typename T , typename F > | |
static auto | create (T *parent, F requestHandler) |
Factory method. | |
![]() | |
static auto | create (QObject *parent) |
Factory method. | |
Additional Inherited Members | |
![]() | |
void | eventPosted (const swift::misc::CVariant ¶m) |
Emitted by postEvent. | |
Extends CPassiveMutator with the ability to respond to requests.
Definition at line 24 of file activemutator.h.