creates a new room
More...
#include <srcMTCreateRoom.h>
|
static MTCreateRoom | asyncQuery (const QString &aroomid, const qint64 &acapacity, const QString &adescription, 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 MTCreateRoom | query (const QString &aroomid, const qint64 &acapacity, const QString &adescription, 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...
|
|
MTCreateRoom::MTCreateRoom |
( |
const QString & |
aroomid, |
|
|
const qint64 & |
acapacity, |
|
|
const QString & |
adescription, |
|
|
QString |
iface |
|
) |
| |
|
explicitprotected |
MTCreateRoom::MTCreateRoom |
( |
| ) |
|
MTCreateRoom::~MTCreateRoom |
( |
| ) |
|
|
virtual |
MTCreateRoom MTCreateRoom::asyncQuery |
( |
const QString & |
aroomid, |
|
|
const qint64 & |
acapacity, |
|
|
const QString & |
adescription, |
|
|
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
-
aroomid | |
acapacity | |
adescription | |
iface | ID of the interface that the transaction will be sent on |
void MTCreateRoom::endQuery |
( |
| ) |
|
|
protectedvirtual |
Nullable< MORoom > MTCreateRoom::getroom |
( |
| ) |
const |
MTCreateRoom MTCreateRoom::query |
( |
const QString & |
aroomid, |
|
|
const qint64 & |
acapacity, |
|
|
const QString & |
adescription, |
|
|
QString |
iface = "MagicSmoke" |
|
) |
| |
|
static |
emits the query over the network and returns the finished transaction object
- Parameters
-
aroomid | |
acapacity | |
adescription | |
iface | ID of the interface that the transaction will be sent on |
Referenced by MInterface::queryCreateRoom().
The documentation for this class was generated from the following files: