MagicSmoke  $VERSION$
srcMTOrderChangeShipping.h
Go to the documentation of this file.
1 //BEGIN OF AUTOMATICALLY GENERATED FILE
2 //DO NOT EDIT THIS FILE DIRECTLY, USE THE XML SOURCE!
3 #ifndef WOBGEN_MTOrderChangeShipping
4 #define WOBGEN_MTOrderChangeShipping
5 
6 
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
9 #endif
10 
11 #include "MTransaction"
12 #include <MOOrder>
13 
15 
18 {
19  Q_OBJECT
20  private:
23  protected:
29  explicit MTOrderChangeShipping(const qint64 &aorderid,const qint64 &ashippingid,const qint64 &ashippingcosts,QString iface);
30  public:
38  virtual ~MTOrderChangeShipping();
39  private:
40  void netquery();
41  void asyncnetquery();
42  QByteArray encodeData();
43  void decodeData(QByteArray);
44  protected:
45  virtual void endQuery();
46  public:
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;
61 };
62 
64 
65 //END OF AUTOMATICALLY GENERATED FILE
66 #endif
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