MagicSmoke
$VERSION$
|
change event data (like date/time, artist, room, ...) More...
#include <srcMTChangeEvent.h>
Public Member Functions | |
MTChangeEvent () | |
default constructor: generates an invalid transaction More... | |
MTChangeEvent (const MTChangeEvent &) | |
copy constructor: the two copies share their state More... | |
virtual | ~MTChangeEvent () |
deletes this instance More... | |
Q_SLOT Nullable< MOEvent > | getevent () const |
MTChangeEvent & | operator= (const MTChangeEvent &) |
copy assignment: the copy shares the state of the original object More... | |
Static Public Member Functions | |
static MTChangeEvent | asyncQuery (const MOEvent &aevent, 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 MTChangeEvent | query (const MOEvent &aevent, QString iface="MagicSmoke") |
emits the query over the network and returns the finished transaction object More... | |
Static Public Member Functions inherited from MTransaction | |
static void | setStartStopActions (const MTStartStop &start, const MTStartStop &stop) |
set actions to be executed at start/stop More... | |
Protected Member Functions | |
MTChangeEvent (const MOEvent &aevent, QString iface) | |
generates an instance from its properties More... | |
virtual void | endQuery () |
Protected Member Functions inherited from MTransaction | |
MTransaction (QString iface=QString()) | |
internal: construct the transaction More... | |
MTransaction (const WTransaction &) | |
internal: copy the transaction More... | |
MTransaction (const MTransaction &) | |
internal: copy the transaction More... | |
QByteArray | executeQuery (QString, QByteArray) |
internal: extend executeQuery to show a wait cursor More... | |
Friends | |
class | MTChangeEvent_Private |
change event data (like date/time, artist, room, ...)
|
explicitprotected |
generates an instance from its properties
aevent | |
iface | ID of the interface that the transaction will be sent on |
References MTChangeEvent_Private::in_event, and MTChangeEvent_Private.
MTChangeEvent::MTChangeEvent | ( | ) |
default constructor: generates an invalid transaction
References MTChangeEvent_Private.
MTChangeEvent::MTChangeEvent | ( | const MTChangeEvent & | t | ) |
copy constructor: the two copies share their state
References MTChangeEvent_Private::attach().
|
virtual |
deletes this instance
References MTChangeEvent_Private::detach().
|
static |
emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state
aevent | |
iface | ID of the interface that the transaction will be sent on |
|
protectedvirtual |
Nullable< MOEvent > MTChangeEvent::getevent | ( | ) | const |
References MTChangeEvent_Private::out_event.
MTChangeEvent & MTChangeEvent::operator= | ( | const MTChangeEvent & | t | ) |
copy assignment: the copy shares the state of the original object
References MTChangeEvent_Private::attach(), and MTChangeEvent_Private::detach().
|
static |
emits the query over the network and returns the finished transaction object
aevent | |
iface | ID of the interface that the transaction will be sent on |
Referenced by MInterface::queryChangeEvent().
|
friend |
Referenced by MTChangeEvent().