MagicSmoke  $VERSION$
MTChangeEvent Class Reference

change event data (like date/time, artist, room, ...) More...

#include <srcMTChangeEvent.h>

Inheritance diagram for MTChangeEvent:
MTransaction

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< MOEventgetevent () const
 
MTChangeEventoperator= (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
 

Detailed Description

change event data (like date/time, artist, room, ...)

Constructor & Destructor Documentation

MTChangeEvent::MTChangeEvent ( const MOEvent aevent,
QString  iface 
)
explicitprotected

generates an instance from its properties

Parameters
aevent
ifaceID 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().

MTChangeEvent::~MTChangeEvent ( )
virtual

deletes this instance

References MTChangeEvent_Private::detach().

Member Function Documentation

MTChangeEvent MTChangeEvent::asyncQuery ( const MOEvent aevent,
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
aevent
ifaceID of the interface that the transaction will be sent on
void MTChangeEvent::endQuery ( )
protectedvirtual
Nullable< MOEvent > MTChangeEvent::getevent ( ) const
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().

MTChangeEvent MTChangeEvent::query ( const MOEvent aevent,
QString  iface = "MagicSmoke" 
)
static

emits the query over the network and returns the finished transaction object

Parameters
aevent
ifaceID of the interface that the transaction will be sent on

Referenced by MInterface::queryChangeEvent().

Friends And Related Function Documentation

friend class MTChangeEvent_Private
friend

Referenced by MTChangeEvent().


The documentation for this class was generated from the following files: