18 #ifndef __H__OCULAR_EDITOR_ROUTINE_DISPLAY__H__
19 #define __H__OCULAR_EDITOR_ROUTINE_DISPLAY__H__
21 #include "PropertiesDisplayBox.hpp"
44 RoutineDisplay(std::string
const& routineName, QWidget* parent =
nullptr);
50 virtual void updateProperties()
override;
54 void buildProperties();
55 void removeProperties();
60 std::string m_RoutineName;
64 std::vector<PropertyWidget*> m_Properties;
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
Definition: ARoutine.hpp:59
Definition: SceneObject.hpp:93
Definition: PropertiesDisplayBox.hpp:46
Definition: RoutineDisplay.hpp:40