40 const std::string& categoryName()
const;
42 void setCategoryName(
const std::string& str);
46 const std::string& categoryPrefix()
const;
48 void setCategoryPrefix(
const std::string& str);
51 bool trimPrefix()
const;
52 void setTrimPrefix(
bool v);
56 friend class boost::serialization::access;
61 template<
class Archive>
62 void serialize(Archive & ar,
const unsigned int version)
64 ar & BOOST_SERIALIZATION_NVP(myCategoryName);
65 ar & BOOST_SERIALIZATION_NVP(myCategoryPrefix);
66 ar & BOOST_SERIALIZATION_NVP(myTrimPrefix);
std::string myCategoryPrefix
Definition: vrfTerrainPropRecord.h:72
bool myTrimPrefix
Definition: vrfTerrainPropRecord.h:73
std::string myCategoryName
Definition: vrfTerrainPropRecord.h:71
Contains DLL export macros.
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
void serialize(Archive &ar, const unsigned int version)
When the class Archive corresponds to an output archive, the & operator is defined similar to <<...
Definition: vrfTerrainPropRecord.h:62
A record holding information about a prop category presented in the prop placement palette...
Definition: vrfTerrainPropRecord.h:23