18 #ifndef __H__OCULAR_EDITOR_RENDERABLE_DISPLAY__H__
19 #define __H__OCULAR_EDITOR_RENDERABLE_DISPLAY__H__
21 #include "Widgets/Properties/PropertiesDisplayBox.hpp"
44 RenderableDisplay(std::string
const& displayName =
"Renderable", QWidget* parent =
nullptr);
50 virtual void updateProperties()
override;
54 virtual void buildProperties();
55 virtual void removeProperties();
63 std::vector<PropertyWidget*> m_Properties;
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
Definition: SceneObject.hpp:93
Definition: ARenderable.hpp:53
Definition: PropertiesDisplayBox.hpp:46
Definition: RenderableDisplay.hpp:40