18 #ifndef __H__OCULAR_EDITOR_MULTI_PROPERTY__H__
19 #define __H__OCULAR_EDITOR_MULTI_PROPERTY__H__
21 #include "Widgets/Properties/PropertyWidget.hpp"
22 #include "Widgets/Standard/LineEdit.hpp"
62 uint32_t
addProperty(std::string
const& name, LineType type);
85 std::vector<std::pair<QLabel*, LineEdit*>> m_Properties;
LineEdit * getLineEdit(uint32_t index)
Definition: MultiProperty.cpp:77
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
uint32_t addProperty(std::string const &name, LineType type)
Definition: MultiProperty.cpp:50
Definition: MultiProperty.hpp:45
QLabel * getLabel(uint32_t index)
Definition: MultiProperty.cpp:65
uint32_t getNumProperties() const
Definition: MultiProperty.cpp:89
virtual bool updateProperties() override
Definition: MultiProperty.cpp:45
Definition: LineEdit.hpp:56