3 #ifndef WOBGEN_MTOrderChangeShipping 
    4 #define WOBGEN_MTOrderChangeShipping 
    7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT 
    8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT 
   11 #include "MTransaction" 
   29         explicit MTOrderChangeShipping(
const qint64 &aorderid,
const qint64 &ashippingid,
const qint64 &ashippingcosts,QString iface);
 
   42         QByteArray encodeData();
 
   43         void decodeData(QByteArray);
 
   45         virtual void endQuery();
 
   52         static MTOrderChangeShipping query(
const qint64 &aorderid,
const qint64 &ashippingid,
const qint64 &ashippingcosts,QString iface=
"MagicSmoke");
 
   58         static MTOrderChangeShipping asyncQuery(
const qint64 &aorderid,
const qint64 &ashippingid,
const qint64 &ashippingcosts,QString iface=
"MagicSmoke");
 
   60         Q_SLOT Nullable<MOOrder>  getorder()
const;
 
friend class MTOrderChangeShipping
Definition: srcMTOrderChangeShipping.cpp:15
 
Definition: srcMTOrderChangeShipping.cpp:12
 
Definition: transaction.h:25
 
Q_DECLARE_METATYPE(QDomNode)
 
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTOrderChangeShipping.h:8
 
Changes the shipping option and/or price of an order. 
Definition: srcMTOrderChangeShipping.h:17