]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Update.h
Salome HOME
Multiple fixes (issue #1757 , issue #1799 , issue #1842 , etc):
[modules/shaper.git] / src / Model / Model_Update.h
index 9e37eddd23383e2604fbcceda273f4bf25642920..866f99c301a667ca2b82a1df079752a2497c313d 100644 (file)
@@ -89,6 +89,11 @@ protected:
   /// Returns true if theFeature modification was caused by theReason (may be feature of result of this feature)
   bool isReason(
     std::shared_ptr<ModelAPI_Feature>& theFeature, std::shared_ptr<ModelAPI_Object> theReason);
+
+  /// Updates a selection attributes for the features that possible were affected by creation
+  /// or reorder of features upper in the history line (issue #1757)
+  void updateSelection(const std::set<std::shared_ptr<ModelAPI_Object> >& theObjects);
+
 };
 
 #endif