MagicSmoke  $VERSION$
srcMTGetEventList.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_MTGetEventList
4 #define WOBGEN_MTGetEventList
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:
22  friend class MTGetEventList_Private;
23  protected:
27  explicit MTGetEventList(const QList<qint64> &aeventids,QString iface);
28  public:
34  MTGetEventList& operator=(const MTGetEventList&);
36  virtual ~MTGetEventList();
37  private:
38  void netquery();
39  void asyncnetquery();
40  QByteArray encodeData();
41  void decodeData(QByteArray);
42  protected:
43  virtual void endQuery();
44  public:
48  static MTGetEventList query(const QList<qint64> &aeventids,QString iface="MagicSmoke");
52  static MTGetEventList asyncQuery(const QList<qint64> &aeventids,QString iface="MagicSmoke");
54  Q_SLOT QList<MOEvent> getevents()const;
55 };
56 
58 
59 //END OF AUTOMATICALLY GENERATED FILE
60 #endif
friend class MTGetEventList
Definition: srcMTGetEventList.cpp:15
Definition: transaction.h:25
returns a list of specific events (eg. used by the order window to request exactly those needed by th...
Definition: srcMTGetEventList.h:17
Definition: srcMTGetEventList.cpp:12
Q_DECLARE_METATYPE(QDomNode)
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTGetEventList.h:8