3 #ifndef WOBGEN_MTCreateCountry
4 #define WOBGEN_MTCreateCountry
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
11 #include "MTransaction"
28 explicit MTCreateCountry(
const QString &aabbrev,
const QString &aname,QString iface);
41 QByteArray encodeData();
42 void decodeData(QByteArray);
44 virtual void endQuery();
50 static MTCreateCountry query(
const QString &aabbrev,
const QString &aname,QString iface=
"MagicSmoke");
55 static MTCreateCountry asyncQuery(
const QString &aabbrev,
const QString &aname,QString iface=
"MagicSmoke");
57 Q_SLOT Nullable<MOCountry> getcountry()
const;
friend class MTCreateCountry
Definition: srcMTCreateCountry.cpp:15
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTCreateCountry.h:8
Definition: srcMTCreateCountry.cpp:12
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)
creates a new country in the database
Definition: srcMTCreateCountry.h:17