oopapidocs  2.0
preference.h
00001 #ifndef _PREFERENCE_H
00002 #define _PREFERENCE_H
00003 #include <QVariant>
00004 #include <QMetaType>
00005 #include "enum.h"
00006 #include "metadataexport.h"
00007 
00011 class METADATAEXPORT Preference: public Enum {
00012  public:
00013 
00015     Preference(int value=0);
00016     Preference(QString prefstr);
00017 
00018  protected:
00019     const NameMap& nameMap() const;
00020 };
00021 Q_DECLARE_METATYPE(Preference)
00022 #endif
00023 
 All Classes Namespaces Functions Enumerations