MagicSmoke  $VERSION$
srcMTSetPaymentType.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_MTSetPaymentType
4 #define WOBGEN_MTSetPaymentType
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 <MOPaymentType>
13 #include <MOPaymentType>
14 
16 
19 {
20  Q_OBJECT
21  private:
24  protected:
28  explicit MTSetPaymentType(const MOPaymentType &apaytype,QString iface);
29  public:
35  MTSetPaymentType& operator=(const MTSetPaymentType&);
37  virtual ~MTSetPaymentType();
38  private:
39  void netquery();
40  void asyncnetquery();
41  QByteArray encodeData();
42  void decodeData(QByteArray);
43  protected:
44  virtual void endQuery();
45  public:
49  static MTSetPaymentType query(const MOPaymentType &apaytype,QString iface="MagicSmoke");
53  static MTSetPaymentType asyncQuery(const MOPaymentType &apaytype,QString iface="MagicSmoke");
55  Q_SLOT Nullable<MOPaymentType> getpaytype()const;
56 };
57 
59 
60 //END OF AUTOMATICALLY GENERATED FILE
61 #endif
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTSetPaymentType.h:8
Definition: transaction.h:25
This class represents a kind of payment information.
Definition: srcMOPaymentType.h:15
Definition: srcMTSetPaymentType.cpp:12
friend class MTSetPaymentType
Definition: srcMTSetPaymentType.cpp:15
Q_DECLARE_METATYPE(QDomNode)
creates/changes a payment type
Definition: srcMTSetPaymentType.h:18