1 #ifndef CLASS_CRE_MAP_INFORMATION_H 2 #define CLASS_CRE_MAP_INFORMATION_H 23 CREMapInformation(const QString& path);
24 virtual ~CREMapInformation();
26 CREMapInformation*
clone() const;
30 const QString& path() const;
31 void setPath(const QString& path);
33 const QString&
name() const;
42 const QDateTime&
mapTime() const;
57 const QString&
region() const;
63 QStringList
quests() const;
67 const QHash<QString,
int>& shopItems() const;
100 void copy(const CREMapInformation& other);
103 #endif // CLASS_CRE_MAP_INFORMATION_H