18 #ifndef __H__OCULAR_EDITOR_UINT8_PROPERTY__H__
19 #define __H__OCULAR_EDITOR_UINT8_PROPERTY__H__
21 #include "Widgets/Properties/PropertyWidget.hpp"
22 #include "Widgets/Standard/LineEdit.hpp"
53 virtual void setValue(
void* value, uint32_t size)
override;
54 virtual std::string
getValue()
const override;
virtual std::string getValue() const override
Definition: UInt8Property.cpp:91
Definition: UInt8Property.hpp:45
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: UInt8Property.cpp:71
Definition: LineEdit.hpp:56
virtual bool updateProperties() override
Definition: UInt8Property.cpp:49