]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Result.cpp
Salome HOME
Add tools
[modules/shaper.git] / src / ModelAPI / ModelAPI_Result.cpp
index 8f0b43c5ecdbefe6c8bc711ae62099507db9f5dc..624566416846743e143ed66c62a2589e6356172a 100644 (file)
@@ -72,3 +72,9 @@ void ModelAPI_Result::attributeChanged(const std::string& theID)
   static const ModelAPI_EventCreator* aECreator = ModelAPI_EventCreator::get();
   aECreator->sendUpdated(data()->attribute(theID)->owner(), EVENT_DISP);
 }
+
+void ModelAPI_Result::init()
+{
+  myIsDisabled = true; // by default it is not initialized and false to be after created
+  myIsConcealed = false;
+}