MagicSmoke  $VERSION$
srcMTUpdateSeatPlan.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_MTUpdateSeatPlan
4 #define WOBGEN_MTUpdateSeatPlan
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 <MOSeatPlanInfo>
13 
15 
17 {
18  Q_OBJECT
19  private:
22  protected:
26  explicit MTUpdateSeatPlan(const MOSeatPlanInfo &aplan,QString iface);
27  public:
33  MTUpdateSeatPlan& operator=(const MTUpdateSeatPlan&);
35  virtual ~MTUpdateSeatPlan();
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 MTUpdateSeatPlan query(const MOSeatPlanInfo &aplan,QString iface="MagicSmoke");
51  static MTUpdateSeatPlan asyncQuery(const MOSeatPlanInfo &aplan,QString iface="MagicSmoke");
52 };
53 
55 
56 //END OF AUTOMATICALLY GENERATED FILE
57 #endif
Definition: srcMTUpdateSeatPlan.cpp:12
This class is the transport for seat plans when communicating over the wire.
Definition: srcMOSeatPlanInfo.h:15
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTUpdateSeatPlan.h:8
Definition: transaction.h:25
friend class MTUpdateSeatPlan
Definition: srcMTUpdateSeatPlan.cpp:15
Definition: srcMTUpdateSeatPlan.h:16
Q_DECLARE_METATYPE(QDomNode)