oopapidocs  2.0
custType.h
00001 
00002 #ifndef  _CUST_TYPE_H_
00003 #define  _CUST_TYPE_H_
00004 
00005 #include <enum.h>
00006 #include "cexport.h"
00007 
00008 class CUSTOMER_EXPORT CustomerType : public Enum {
00009 public:
00010     CustomerType(int value=0): Enum(value) {}
00011     CustomerType(QString ctyp);
00012     const NameMap& nameMap() const;
00013 
00014 };
00015 #endif
 All Classes Namespaces Functions Enumerations