27 virtual std::string
getPropertyType(
void)
const override {
return PropertyDirectory::propertyTypeString(); };
29 virtual Property* createCopy(
void)
const override;
31 void setPath(
const std::string& _path) { m_path = _path; };
33 const std::string&
getPath(
void)
const {
return m_path; };
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
#define OT_GUI_API_EXPORT
Definition OTGuiAPIExport.h:9
The PropertyBase class is used to hold general Property information.
Definition PropertyBase.h:25
Definition PropertyDirectory.h:16
const std::string & getPath(void) const
Definition PropertyDirectory.h:33
static std::string propertyTypeString(void)
Definition PropertyDirectory.h:26
virtual std::string getPropertyType(void) const override
Definition PropertyDirectory.h:27
virtual ~PropertyDirectory()
Definition PropertyDirectory.h:24
PropertyDirectory(PropertyFlags _flags=PropertyFlags(NoFlags))
Definition PropertyDirectory.h:21
void setPath(const std::string &_path)
Definition PropertyDirectory.h:31
PropertyDirectory(const std::string &_name, const std::string &_path, PropertyFlags _flags=PropertyFlags(NoFlags))
Definition PropertyDirectory.h:23
PropertyDirectory(const std::string &_path, PropertyFlags _flags=PropertyFlags(NoFlags))
Definition PropertyDirectory.h:22
The Property class is used as a base class for all Properties that can be displayed and modified in t...
Definition Property.h:21
rapidjson::Value JsonValue
Writable JSON value.
Definition JSON.h:27
rapidjson::GenericObject< true, rapidjson::GenericValue< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > > > ConstJsonObject
Read only JSON Object.
Definition JSON.h:35
rapidjson::MemoryPoolAllocator< rapidjson::CrtAllocator > JsonAllocator
Allocator used for writing to JSON values.
Definition JSON.h:30