18 #ifndef __H__OCULAR_EDITOR_VECTOR4_PROPERTY__H__
19 #define __H__OCULAR_EDITOR_VECTOR4_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;
virtual std::string getValue() const override
Definition: Vector4Property.cpp:144
virtual bool updateProperties() override
Definition: Vector4Property.cpp:66
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
virtual void setValue(void *value, uint32_t size) override
Definition: Vector4Property.cpp:118
Definition: Vector4Property.hpp:43
Definition: LineEdit.hpp:56