MagicSmoke  $VERSION$
customerinfo.h
Go to the documentation of this file.
1 //
2 // C++ Interface: unabstract
3 //
4 // Description: removes abstract flag from classes that only need to be abstract in PHP
5 //
6 //
7 // Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009-2011
8 //
9 // Copyright: See README/COPYING.GPL files that come with this distribution
10 //
11 //
12 
13 #ifndef MAGICSMOKE_MOCUSTOMERI_H
14 #define MAGICSMOKE_MOCUSTOMERI_H
15 
16 #ifndef MSIFACE_EXPORT
17 #define MSIFACE_EXPORT Q_DECL_IMPORT
18 #endif
19 
20 
21 #include "MOCustomerInfoAbstract"
23 {
24  Q_GADGET
25  WOBJECT(MOCustomerInfo)
26  public:
28  QString fullName()const;
29 
31  Nullable<qint64> id()const{return customerid();}
32 };
33 
37 
38 #endif
Definition: customerinfo.h:22
Nullable< qint64 > id() const
alias for customerid()
Definition: customerinfo.h:31
#define MSIFACE_EXPORT
Definition: customerinfo.h:17
virtual Nullable< qint64 > customerid() const
Definition: srcMOCustomerInfoAbstract.h:35
This class encapsulates the most basic information about a customer.
Definition: srcMOCustomerInfoAbstract.h:17
Q_DECLARE_METATYPE(QDomNode)