34 virtual void setFromJsonObject(
const ConstJsonObject& _object)
override;
37 void setPos(
double _pos) { m_pos = _pos; };
38 double getPos(
void)
const {
return m_pos; };
bool operator==(const FaceSelection &left, const FaceSelection &right)
Definition Model.cpp:55
#define OT_GUI_API_EXPORT
Definition OTGuiAPIExport.h:9
The Color class is used to represent RGBA colors with integer values.
Definition Color.h:72
Definition GradientPainterStop2D.h:15
void setPos(double _pos)
Set postion of the gradient stop (0.0 - 1.0)
Definition GradientPainterStop2D.h:37
void setColor(const ot::Color &_color)
Definition GradientPainterStop2D.h:40
const ot::Color & getColor(void) const
Definition GradientPainterStop2D.h:41
double getPos(void) const
Definition GradientPainterStop2D.h:38
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