MagicSmoke  $VERSION$
srcMTWebCartAddCoupon.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_MTWebCartAddCoupon
4 #define WOBGEN_MTWebCartAddCoupon
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:
27  explicit MTWebCartAddCoupon(const QString &acartid,const QString &acouponid,QString iface);
28  public:
34  MTWebCartAddCoupon& operator=(const MTWebCartAddCoupon&);
36  virtual ~MTWebCartAddCoupon();
37  private:
38  void netquery();
39  void asyncnetquery();
40  QByteArray encodeData();
41  void decodeData(QByteArray);
42  protected:
43  virtual void endQuery();
44  public:
49  static MTWebCartAddCoupon query(const QString &acartid,const QString &acouponid,QString iface="MagicSmoke");
54  static MTWebCartAddCoupon asyncQuery(const QString &acartid,const QString &acouponid,QString iface="MagicSmoke");
55 };
56 
58 
59 //END OF AUTOMATICALLY GENERATED FILE
60 #endif
Definition: srcMTWebCartAddCoupon.cpp:12
Definition: transaction.h:25
friend class MTWebCartAddCoupon
Definition: srcMTWebCartAddCoupon.cpp:15
Called from Web UI only: adds a coupon to the cart.
Definition: srcMTWebCartAddCoupon.h:16
Q_DECLARE_METATYPE(QDomNode)
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTWebCartAddCoupon.h:8