InvokerBase Class
(ExtensionSystem::InvokerBase)Public Functions
InvokerBase() | |
~InvokerBase() | |
void | addArgument(const T &t) |
void | invoke(QObject *target, const char *slot) |
void | setConnectionType(Qt::ConnectionType connectionType) |
void | setReturnValue(T &t) |
bool | wasSuccessful() const |
Member Function Documentation
InvokerBase::InvokerBase()
Default constructs an instance of InvokerBase.
InvokerBase::~InvokerBase()
Destroys the instance of InvokerBase.