MagicSmoke
$VERSION$
|
returns all order related data the user has touched More...
#include <srcMTGetUserAudit.h>
Public Member Functions | |
MTGetUserAudit () | |
default constructor: generates an invalid transaction More... | |
MTGetUserAudit (const MTGetUserAudit &) | |
copy constructor: the two copies share their state More... | |
virtual | ~MTGetUserAudit () |
deletes this instance More... | |
Q_SLOT QList< MOItemAudit > | getitems () const |
Q_SLOT QList< MOOrderAudit > | getorders () const |
Q_SLOT QList< MOTicketAudit > | gettickets () const |
Q_SLOT Nullable< QString > | getuname () const |
Q_SLOT QList< MOVoucherAudit > | getvouchers () const |
MTGetUserAudit & | operator= (const MTGetUserAudit &) |
copy assignment: the copy shares the state of the original object More... | |
Static Public Member Functions | |
static MTGetUserAudit | asyncQuery (const QString &auname, const qint64 &aoldest, 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 MTGetUserAudit | query (const QString &auname, const qint64 &aoldest, 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 | |
MTGetUserAudit (const QString &auname, const qint64 &aoldest, 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 | MTGetUserAudit_Private |
returns all order related data the user has touched
|
explicitprotected |
generates an instance from its properties
auname | |
aoldest | |
iface | ID of the interface that the transaction will be sent on |
References MTGetUserAudit_Private::in_oldest, MTGetUserAudit_Private::in_uname, and MTGetUserAudit_Private.
MTGetUserAudit::MTGetUserAudit | ( | ) |
default constructor: generates an invalid transaction
References MTGetUserAudit_Private.
MTGetUserAudit::MTGetUserAudit | ( | const MTGetUserAudit & | t | ) |
copy constructor: the two copies share their state
References MTGetUserAudit_Private::attach().
|
virtual |
deletes this instance
References MTGetUserAudit_Private::detach().
|
static |
emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state
auname | |
aoldest | |
iface | ID of the interface that the transaction will be sent on |
|
protectedvirtual |
QList< MOItemAudit > MTGetUserAudit::getitems | ( | ) | const |
References MTGetUserAudit_Private::out_items.
QList< MOOrderAudit > MTGetUserAudit::getorders | ( | ) | const |
References MTGetUserAudit_Private::out_orders.
Referenced by MUserAuditDialog::MUserAuditDialog().
QList< MOTicketAudit > MTGetUserAudit::gettickets | ( | ) | const |
References MTGetUserAudit_Private::out_tickets.
Referenced by MUserAuditDialog::MUserAuditDialog().
Nullable< QString > MTGetUserAudit::getuname | ( | ) | const |
References MTGetUserAudit_Private::out_uname.
Referenced by MUserAuditDialog::MUserAuditDialog().
QList< MOVoucherAudit > MTGetUserAudit::getvouchers | ( | ) | const |
References MTGetUserAudit_Private::out_vouchers.
Referenced by MUserAuditDialog::MUserAuditDialog().
MTGetUserAudit & MTGetUserAudit::operator= | ( | const MTGetUserAudit & | t | ) |
copy assignment: the copy shares the state of the original object
References MTGetUserAudit_Private::attach(), and MTGetUserAudit_Private::detach().
|
static |
emits the query over the network and returns the finished transaction object
auname | |
aoldest | |
iface | ID of the interface that the transaction will be sent on |
Referenced by MInterface::queryGetUserAudit().
|
friend |
Referenced by MTGetUserAudit().