15#pragma warning(disable:4251)
37 void setName(
const std::string& _name) { m_name = _name; };
38 const std::string&
getName(
void)
const {
return m_name; };
40 void setToolTip(
const std::string& _toolTip) { m_toolTip = _toolTip; };
41 const std::string&
getToolTip(
void)
const {
return m_toolTip; };
45 std::string m_toolTip;
#define OT_GUI_API_EXPORT
Definition OTGuiAPIExport.h:9
The Serializable class is the default interface of serializable objects.
Definition Serializable.h:17
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