MagicSmoke  $VERSION$
srcMTGetValidVoucherPrices.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_MTGetValidVoucherPrices
4 #define WOBGEN_MTGetValidVoucherPrices
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 MTGetValidVoucherPrices(QString iface);
26  public:
34  virtual ~MTGetValidVoucherPrices();
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 MTGetValidVoucherPrices query(QString iface="MagicSmoke");
48  static MTGetValidVoucherPrices asyncQuery(QString iface="MagicSmoke");
50  Q_SLOT QList<qint64> getprices()const;
51 };
52 
54 
55 //END OF AUTOMATICALLY GENERATED FILE
56 #endif
friend class MTGetValidVoucherPrices
Definition: srcMTGetValidVoucherPrices.cpp:15
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTGetValidVoucherPrices.h:8
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)
Returns a list of voucher values/prices that the system will accept for normal users (which do not ha...
Definition: srcMTGetValidVoucherPrices.h:16
Definition: srcMTGetValidVoucherPrices.cpp:12