18 #ifndef __H__OCULAR_EDITOR_COLOR_PROPERTY__H__
19 #define __H__OCULAR_EDITOR_COLOR_PROPERTY__H__
21 #include "Widgets/Properties/PropertyWidget.hpp"
22 #include "Widgets/Standard/ButtonColorPicker.hpp"
23 #include "Widgets/Standard/ColorPreview.hpp"
24 #include "Math/Color.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: ColorProperty.cpp:105
virtual void setValue(void *value, uint32_t size) override
Definition: ColorProperty.cpp:85
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
virtual bool updateProperties() override
Definition: ColorProperty.cpp:55
Definition: ColorProperty.hpp:45
Definition: ColorPreview.hpp:43