MagicSmoke  $VERSION$
srcMTGetAddress.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_MTGetAddress
4 #define WOBGEN_MTGetAddress
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 <MOAddress>
13 
15 
18 {
19  Q_OBJECT
20  private:
22  friend class MTGetAddress_Private;
23  protected:
27  explicit MTGetAddress(const qint64 &aaddressid,QString iface);
28  public:
30  MTGetAddress();
32  MTGetAddress(const MTGetAddress&);
34  MTGetAddress& operator=(const MTGetAddress&);
36  virtual ~MTGetAddress();
37  private:
38  void netquery();
39  void asyncnetquery();
40  QByteArray encodeData();
41  void decodeData(QByteArray);
42  protected:
43  virtual void endQuery();
44  public:
48  static MTGetAddress query(const qint64 &aaddressid,QString iface="MagicSmoke");
52  static MTGetAddress asyncQuery(const qint64 &aaddressid,QString iface="MagicSmoke");
54  Q_SLOT Nullable<MOAddress> getaddress()const;
55 };
56 
58 
59 //END OF AUTOMATICALLY GENERATED FILE
60 #endif
returns data of one specific address without the remaining customer info
Definition: srcMTGetAddress.h:17
Definition: transaction.h:25
friend class MTGetAddress
Definition: srcMTGetAddress.cpp:15
Q_DECLARE_METATYPE(QDomNode)
Definition: srcMTGetAddress.cpp:12
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTGetAddress.h:8