18 #ifndef __H__OCULAR_EDITOR_VECTOR3_PROPERTY__H__
19 #define __H__OCULAR_EDITOR_VECTOR3_PROPERTY__H__
21 #include "Widgets/Properties/PropertyWidget.hpp"
22 #include "Widgets/Standard/LineEdit.hpp"
55 virtual void setValue(
void* value, uint32_t size)
override;
56 virtual std::string
getValue()
const override;
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
virtual std::string getValue() const override
Definition: Vector3Property.cpp:128
virtual void setValue(void *value, uint32_t size) override
Definition: Vector3Property.cpp:104
Definition: Vector3Property.hpp:43
Definition: LineEdit.hpp:56
virtual bool updateProperties() override
Definition: Vector3Property.cpp:62