Salome HOME
setDisplayed has to be called in order to synchronize internal state of the object
[modules/shaper.git] / src / Model / Model_Update.h
index 9eed59029039bf88b463321f05250b3ed0a973a0..a2d239a9303d18ad02d9c8c1e3a0fa6ada3f6cac 100644 (file)
@@ -60,6 +60,9 @@ protected:
   /// Performs the feature execution
   /// \returns the status of execution
   void executeFeature(std::shared_ptr<ModelAPI_Feature> theFeature);
+
+  /// returns true if the object was created or updated
+  bool isUpdated(const std::shared_ptr<ModelAPI_Object>& theObj);
 };
 
 #endif