MagicSmoke
$VERSION$
|
Creates a new shipping method. More...
#include <srcMTCreateShipping.h>
Public Member Functions | |
MTCreateShipping () | |
default constructor: generates an invalid transaction More... | |
MTCreateShipping (const MTCreateShipping &) | |
copy constructor: the two copies share their state More... | |
virtual | ~MTCreateShipping () |
deletes this instance More... | |
Q_SLOT Nullable< MOShipping > | getshipping () const |
MTCreateShipping & | operator= (const MTCreateShipping &) |
copy assignment: the copy shares the state of the original object More... | |
Static Public Member Functions | |
static MTCreateShipping | asyncQuery (const MOShipping &ashipping, 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 MTCreateShipping | query (const MOShipping &ashipping, 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 | |
MTCreateShipping (const MOShipping &ashipping, 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 | MTCreateShipping_Private |
Creates a new shipping method.
|
explicitprotected |
generates an instance from its properties
ashipping | |
iface | ID of the interface that the transaction will be sent on |
References MTCreateShipping_Private::in_shipping, and MTCreateShipping_Private.
MTCreateShipping::MTCreateShipping | ( | ) |
default constructor: generates an invalid transaction
References MTCreateShipping_Private.
MTCreateShipping::MTCreateShipping | ( | const MTCreateShipping & | t | ) |
copy constructor: the two copies share their state
References MTCreateShipping_Private::attach().
|
virtual |
deletes this instance
References MTCreateShipping_Private::detach().
|
static |
emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state
ashipping | |
iface | ID of the interface that the transaction will be sent on |
|
protectedvirtual |
Nullable< MOShipping > MTCreateShipping::getshipping | ( | ) | const |
References MTCreateShipping_Private::out_shipping.
MTCreateShipping & MTCreateShipping::operator= | ( | const MTCreateShipping & | t | ) |
copy assignment: the copy shares the state of the original object
References MTCreateShipping_Private::attach(), and MTCreateShipping_Private::detach().
|
static |
emits the query over the network and returns the finished transaction object
ashipping | |
iface | ID of the interface that the transaction will be sent on |
Referenced by MInterface::queryCreateShipping().
|
friend |
Referenced by MTCreateShipping().