|
MagicSmoke
$VERSION$
|
returns the information necessary to handle sales with seat plans More...
#include <srcMTGetEventSaleInfo.h>
Public Member Functions | |
| MTGetEventSaleInfo () | |
| default constructor: generates an invalid transaction More... | |
| MTGetEventSaleInfo (const MTGetEventSaleInfo &) | |
| copy constructor: the two copies share their state More... | |
| virtual | ~MTGetEventSaleInfo () |
| deletes this instance More... | |
| Q_SLOT Nullable< MOEventSaleInfo > | getevent () const |
| MTGetEventSaleInfo & | operator= (const MTGetEventSaleInfo &) |
| copy assignment: the copy shares the state of the original object More... | |
Static Public Member Functions | |
| static MTGetEventSaleInfo | asyncQuery (const qint64 &aeventid, 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 MTGetEventSaleInfo | query (const qint64 &aeventid, 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 | |
| MTGetEventSaleInfo (const qint64 &aeventid, 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 | MTGetEventSaleInfo_Private |
returns the information necessary to handle sales with seat plans
|
explicitprotected |
generates an instance from its properties
| aeventid | |
| iface | ID of the interface that the transaction will be sent on |
References MTGetEventSaleInfo_Private::in_eventid, and MTGetEventSaleInfo_Private.
| MTGetEventSaleInfo::MTGetEventSaleInfo | ( | ) |
default constructor: generates an invalid transaction
References MTGetEventSaleInfo_Private.
| MTGetEventSaleInfo::MTGetEventSaleInfo | ( | const MTGetEventSaleInfo & | t | ) |
copy constructor: the two copies share their state
References MTGetEventSaleInfo_Private::attach().
|
virtual |
deletes this instance
References MTGetEventSaleInfo_Private::detach().
|
static |
emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state
| aeventid | |
| iface | ID of the interface that the transaction will be sent on |
|
protectedvirtual |
| Nullable< MOEventSaleInfo > MTGetEventSaleInfo::getevent | ( | ) | const |
References MTGetEventSaleInfo_Private::out_event.
| MTGetEventSaleInfo & MTGetEventSaleInfo::operator= | ( | const MTGetEventSaleInfo & | t | ) |
copy assignment: the copy shares the state of the original object
References MTGetEventSaleInfo_Private::attach(), and MTGetEventSaleInfo_Private::detach().
|
static |
emits the query over the network and returns the finished transaction object
| aeventid | |
| iface | ID of the interface that the transaction will be sent on |
Referenced by MInterface::queryGetEventSaleInfo().
|
friend |
Referenced by MTGetEventSaleInfo().