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