MagicSmoke  $VERSION$
srcMTCreatePriceCategory.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_MTCreatePriceCategory
4 #define WOBGEN_MTCreatePriceCategory
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 <MOPriceCategory>
13 #include <MOPriceCategory>
14 
16 
19 {
20  Q_OBJECT
21  private:
24  protected:
28  explicit MTCreatePriceCategory(const MOPriceCategory &apricecategory,QString iface);
29  public:
37  virtual ~MTCreatePriceCategory();
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 MTCreatePriceCategory query(const MOPriceCategory &apricecategory,QString iface="MagicSmoke");
53  static MTCreatePriceCategory asyncQuery(const MOPriceCategory &apricecategory,QString iface="MagicSmoke");
55  Q_SLOT Nullable<MOPriceCategory> getpricecategory()const;
56 };
57 
59 
60 //END OF AUTOMATICALLY GENERATED FILE
61 #endif
Definition: srcMTCreatePriceCategory.cpp:12
Definition: transaction.h:25
creates a new price category (generic, not yet event specific)
Definition: srcMTCreatePriceCategory.h:18
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTCreatePriceCategory.h:8
Definition: srcMOPriceCategory.h:14
friend class MTCreatePriceCategory
Definition: srcMTCreatePriceCategory.cpp:15
Q_DECLARE_METATYPE(QDomNode)