Salome HOME
Temporary correction to make compilation on Jenkins stable.
[modules/shaper.git] / src / SamplePanelPlugin / SamplePanelPlugin_Feature.h
index 6c4db0051a587595a0baa1269a9ae3e90417db25..c174836242f151fdb00f90199993d4e9f987f4f8 100755 (executable)
@@ -21,12 +21,19 @@ class SamplePanelPlugin_Feature : public ModelAPI_Feature
   /// SketchShape feature kind
   inline static const std::string& ID()
   {
-    static const std::string MY_SAMPLE_PANEL_FEATURE_ID("SamplePanelFeature");
+    static const std::string MY_SAMPLE_PANEL_FEATURE_ID("QtPanelFeature");
     return MY_SAMPLE_PANEL_FEATURE_ID;
   }
 
+  /// Total number of objects, initial and translated objects
+  inline static const std::string& VALUE_ID()
+  {
+    static const std::string MY_VALUE_ID("Value");
+    return MY_VALUE_ID;
+  }
+
   /// Request for initialization of data model of the object: adding all attributes
-  virtual void initAttributes() {};
+  virtual void initAttributes();
 
   /// Returns the unique kind of a feature
   virtual const std::string& getKind() {