MagicSmoke  $VERSION$
srcMTDeleteShipping.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_MTDeleteShipping
4 #define WOBGEN_MTDeleteShipping
5 
6 
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
9 #endif
10 
11 #include "MTransaction"
12 
14 
17 {
18  Q_OBJECT
19  private:
22  protected:
26  explicit MTDeleteShipping(const qint64 &ashipid,QString iface);
27  public:
33  MTDeleteShipping& operator=(const MTDeleteShipping&);
35  virtual ~MTDeleteShipping();
36  private:
37  void netquery();
38  void asyncnetquery();
39  QByteArray encodeData();
40  void decodeData(QByteArray);
41  protected:
42  virtual void endQuery();
43  public:
47  static MTDeleteShipping query(const qint64 &ashipid,QString iface="MagicSmoke");
51  static MTDeleteShipping asyncQuery(const qint64 &ashipid,QString iface="MagicSmoke");
52 };
53 
55 
56 //END OF AUTOMATICALLY GENERATED FILE
57 #endif
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTDeleteShipping.h:8
Attempts to delete a shipping method. This will fail if the method was used in existing orders - use ...
Definition: srcMTDeleteShipping.h:16
Definition: srcMTDeleteShipping.cpp:12
Definition: transaction.h:25
friend class MTDeleteShipping
Definition: srcMTDeleteShipping.cpp:15
Q_DECLARE_METATYPE(QDomNode)