MagicSmoke  $VERSION$
srcMTDeleteRole.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_MTDeleteRole
4 #define WOBGEN_MTDeleteRole
5 
6 
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
9 #endif
10 
11 #include "MTransaction"
12 
14 
17 {
18  Q_OBJECT
19  private:
21  friend class MTDeleteRole_Private;
22  protected:
26  explicit MTDeleteRole(const QString &arole,QString iface);
27  public:
29  MTDeleteRole();
31  MTDeleteRole(const MTDeleteRole&);
33  MTDeleteRole& operator=(const MTDeleteRole&);
35  virtual ~MTDeleteRole();
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 MTDeleteRole query(const QString &arole,QString iface="MagicSmoke");
51  static MTDeleteRole asyncQuery(const QString &arole,QString iface="MagicSmoke");
52 };
53 
55 
56 //END OF AUTOMATICALLY GENERATED FILE
57 #endif
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTDeleteRole.h:8
friend class MTDeleteRole
Definition: srcMTDeleteRole.cpp:15
Attempts to delete a role.
Definition: srcMTDeleteRole.h:16
Definition: srcMTDeleteRole.cpp:12
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)