12 #ifndef MESHTEXTUREDATA_H
13 #define MESHTEXTUREDATA_H
15 #include "cxResourceExport.h"
33 void addXml(QDomNode& dataNode);
34 void parseXml(QDomNode &dataNode);
40 std::vector<PropertyPtr> getProperties()
const;
45 QString getCylinderText()
const;
46 QString getPlaneText()
const;
47 QString getSphereText()
const;
54 std::vector<PropertyPtr> mProperties;
63 QString mCylinderText;
70 #endif // MESHTEXTUREDATA_H