MagicSmoke  $VERSION$
srcMTGetEntranceEvents.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_MTGetEntranceEvents
4 #define WOBGEN_MTGetEntranceEvents
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 <MOEvent>
13 
15 
18 {
19  Q_OBJECT
20  private:
23  protected:
28  explicit MTGetEntranceEvents(const qint64 &amaxbeforestart,const qint64 &amaxafterend,QString iface);
29  public:
35  MTGetEntranceEvents& operator=(const MTGetEntranceEvents&);
37  virtual ~MTGetEntranceEvents();
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 MTGetEntranceEvents query(const qint64 &amaxbeforestart,const qint64 &amaxafterend,QString iface="MagicSmoke");
55  static MTGetEntranceEvents asyncQuery(const qint64 &amaxbeforestart,const qint64 &amaxafterend,QString iface="MagicSmoke");
57  Q_SLOT QList<MOEvent> getevents()const;
58 };
59 
61 
62 //END OF AUTOMATICALLY GENERATED FILE
63 #endif
friend class MTGetEntranceEvents
Definition: srcMTGetEntranceEvents.cpp:15
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTGetEntranceEvents.h:8
Definition: transaction.h:25
This is a convenience transaction: it returns all events that are likely to be chosen at an entrance ...
Definition: srcMTGetEntranceEvents.h:17
Q_DECLARE_METATYPE(QDomNode)
Definition: srcMTGetEntranceEvents.cpp:12