MagicSmoke  $VERSION$
srcMTLogout.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_MTLogout
4 #define WOBGEN_MTLogout
5 
6 
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
9 #endif
10 
11 #include "MTransaction"
12 
13 class MTLogout_Private;
14 
17 {
18  Q_OBJECT
19  private:
21  friend class MTLogout_Private;
22  protected:
25  explicit MTLogout(QString iface);
26  public:
28  MTLogout();
30  MTLogout(const MTLogout&);
32  MTLogout& operator=(const MTLogout&);
34  virtual ~MTLogout();
35  private:
36  void netquery();
37  void asyncnetquery();
38  QByteArray encodeData();
39  void decodeData(QByteArray);
40  protected:
41  virtual void endQuery();
42  public:
45  static MTLogout query(QString iface="MagicSmoke");
48  static MTLogout asyncQuery(QString iface="MagicSmoke");
49 };
50 
52 
53 //END OF AUTOMATICALLY GENERATED FILE
54 #endif
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTLogout.h:8
Deletes the current session.
Definition: srcMTLogout.h:16
friend class MTLogout
Definition: srcMTLogout.cpp:15
Definition: transaction.h:25
Definition: srcMTLogout.cpp:12
Q_DECLARE_METATYPE(QDomNode)