MagicSmoke  $VERSION$
srcMTBackupExplore.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_MTBackupExplore
4 #define WOBGEN_MTBackupExplore
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:
25  explicit MTBackupExplore(QString iface);
26  public:
32  MTBackupExplore& operator=(const MTBackupExplore&);
34  virtual ~MTBackupExplore();
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 MTBackupExplore query(QString iface="MagicSmoke");
48  static MTBackupExplore asyncQuery(QString iface="MagicSmoke");
50  Q_SLOT Nullable<QString> getbackup()const;
51 };
52 
54 
55 //END OF AUTOMATICALLY GENERATED FILE
56 #endif
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTBackupExplore.h:8
Definition: transaction.h:25
This transaction is used to get meta data from the database in preparation of a backup.
Definition: srcMTBackupExplore.h:16
Q_DECLARE_METATYPE(QDomNode)
Definition: srcMTBackupExplore.cpp:12
friend class MTBackupExplore
Definition: srcMTBackupExplore.cpp:15