MagicSmoke  $VERSION$
srcMTOrderAddComment.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_MTOrderAddComment
4 #define WOBGEN_MTOrderAddComment
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 <MOOrder>
13 
15 
18 {
19  Q_OBJECT
20  private:
23  protected:
28  explicit MTOrderAddComment(const qint64 &aorderid,const QString &acomment,QString iface);
29  public:
35  MTOrderAddComment& operator=(const MTOrderAddComment&);
37  virtual ~MTOrderAddComment();
38  private:
39  void netquery();
40  void asyncnetquery();
41  QByteArray encodeData();
42  void decodeData(QByteArray);
43  protected:
44  virtual void endQuery();
45  public:
50  static MTOrderAddComment query(const qint64 &aorderid,const QString &acomment,QString iface="MagicSmoke");
55  static MTOrderAddComment asyncQuery(const qint64 &aorderid,const QString &acomment,QString iface="MagicSmoke");
57  Q_SLOT Nullable<MOOrder> getorder()const;
58 };
59 
61 
62 //END OF AUTOMATICALLY GENERATED FILE
63 #endif
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTOrderAddComment.h:8
Definition: transaction.h:25
Definition: srcMTOrderAddComment.cpp:12
friend class MTOrderAddComment
Definition: srcMTOrderAddComment.cpp:15
Q_DECLARE_METATYPE(QDomNode)
Add a comment to the end of the comments field. Most users will only have this right.
Definition: srcMTOrderAddComment.h:17