Salome HOME
Add dumping named of copied entities in the sketch (issue #1924)
[modules/shaper.git] / src / SamplePanelPlugin / SamplePanelPlugin_Feature.cpp
index 3beab1b74db557de0c15f01b11149cbd771b107e..e2959314a5051aa40e3545c3b44b9f6514e60bb8 100755 (executable)
@@ -6,7 +6,14 @@
 
 #include "SamplePanelPlugin_Feature.h"
 
+#include "ModelAPI_AttributeInteger.h"
+
 SamplePanelPlugin_Feature::SamplePanelPlugin_Feature()
 : ModelAPI_Feature()
 {
 }
+
+void SamplePanelPlugin_Feature::initAttributes()
+{
+  data()->addAttribute(VALUE_ID(), ModelAPI_AttributeInteger::typeId());
+}