MagicSmoke  $VERSION$
srcMTChangePassword.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_MTChangePassword
4 #define WOBGEN_MTChangePassword
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:
22  protected:
27  explicit MTChangePassword(const QString &ausername,const QString &apassword,QString iface);
28  public:
34  MTChangePassword& operator=(const MTChangePassword&);
36  virtual ~MTChangePassword();
37  private:
38  void netquery();
39  void asyncnetquery();
40  QByteArray encodeData();
41  void decodeData(QByteArray);
42  protected:
43  virtual void endQuery();
44  public:
49  static MTChangePassword query(const QString &ausername,const QString &apassword,QString iface="MagicSmoke");
54  static MTChangePassword asyncQuery(const QString &ausername,const QString &apassword,QString iface="MagicSmoke");
55  protected:
56  virtual bool canLogRequest()const{return false;}
57 };
58 
60 
61 //END OF AUTOMATICALLY GENERATED FILE
62 #endif
Definition: srcMTChangePassword.cpp:12
friend class MTChangePassword
Definition: srcMTChangePassword.cpp:15
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTChangePassword.h:8
Definition: transaction.h:25
Admins: change/reset the password of a specific user. To be used when a user forgot his/her password...
Definition: srcMTChangePassword.h:16
virtual bool canLogRequest() const
Definition: srcMTChangePassword.h:56
Q_DECLARE_METATYPE(QDomNode)