MagicSmoke  $VERSION$
srcMTChangeTicketPriceCategory.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_MTChangeTicketPriceCategory
4 #define WOBGEN_MTChangeTicketPriceCategory
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:
28  explicit MTChangeTicketPriceCategory(const QString &abarcode,const qint64 &apricecategoryid,QString iface);
29  public:
37  virtual ~MTChangeTicketPriceCategory();
38  private:
39  void netquery();
40  void asyncnetquery();
41  QByteArray encodeData();
42  void decodeData(QByteArray);
43  protected:
44  virtual void endQuery();
45  public:
50  static MTChangeTicketPriceCategory query(const QString &abarcode,const qint64 &apricecategoryid,QString iface="MagicSmoke");
55  static MTChangeTicketPriceCategory asyncQuery(const QString &abarcode,const qint64 &apricecategoryid,QString iface="MagicSmoke");
57  Q_SLOT Nullable<MOOrder> getorder()const;
58 };
59 
61 
62 //END OF AUTOMATICALLY GENERATED FILE
63 #endif
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTChangeTicketPriceCategory.h:8
Mildly privileged users: change the category of a ticket (eg. from "normal price" to "reduced price")...
Definition: srcMTChangeTicketPriceCategory.h:17
friend class MTChangeTicketPriceCategory
Definition: srcMTChangeTicketPriceCategory.cpp:15
Definition: srcMTChangeTicketPriceCategory.cpp:12
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)