24 virtual std::string
getPropertyType(
void)
const override {
return PropertyBool::propertyTypeString(); };
26 virtual Property* createCopy(
void)
const override;
28 void setValue(
bool _value) { m_value = _value; };
#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 PropertyBool.h:13
void setValue(bool _value)
Definition PropertyBool.h:28
virtual ~PropertyBool()
Definition PropertyBool.h:21
virtual std::string getPropertyType(void) const override
Definition PropertyBool.h:24
static std::string propertyTypeString(void)
Definition PropertyBool.h:23
bool getValue(void) const
Definition PropertyBool.h:29
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