cancel an event
More...
#include <srcMTCancelEvent.h>
|
static MTCancelEvent | asyncQuery (const qint64 &aeventid, const QString &areason, QString iface="MagicSmoke") |
| emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state More...
|
|
static MTCancelEvent | query (const qint64 &aeventid, const QString &areason, QString iface="MagicSmoke") |
| emits the query over the network and returns the finished transaction object More...
|
|
static void | setStartStopActions (const MTStartStop &start, const MTStartStop &stop) |
| set actions to be executed at start/stop More...
|
|
MTCancelEvent::MTCancelEvent |
( |
const qint64 & |
aeventid, |
|
|
const QString & |
areason, |
|
|
QString |
iface |
|
) |
| |
|
explicitprotected |
MTCancelEvent::MTCancelEvent |
( |
| ) |
|
MTCancelEvent::~MTCancelEvent |
( |
| ) |
|
|
virtual |
MTCancelEvent MTCancelEvent::asyncQuery |
( |
const qint64 & |
aeventid, |
|
|
const QString & |
areason, |
|
|
QString |
iface = "MagicSmoke" |
|
) |
| |
|
static |
emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state
- Parameters
-
aeventid | |
areason | |
iface | ID of the interface that the transaction will be sent on |
void MTCancelEvent::endQuery |
( |
| ) |
|
|
protectedvirtual |
MTCancelEvent MTCancelEvent::query |
( |
const qint64 & |
aeventid, |
|
|
const QString & |
areason, |
|
|
QString |
iface = "MagicSmoke" |
|
) |
| |
|
static |
emits the query over the network and returns the finished transaction object
- Parameters
-
aeventid | |
areason | |
iface | ID of the interface that the transaction will be sent on |
Referenced by MInterface::queryCancelEvent().
The documentation for this class was generated from the following files: