]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Update.h
Salome HOME
Make correct management of concealed on history position changes (on edit, manual...
[modules/shaper.git] / src / Model / Model_Update.h
index 56a16cbd2c69fa14616e7521d5e33bfc0df74dae..1ae12eb09a913cb9d83ec1d21beb72fb9093a2a0 100644 (file)
@@ -25,6 +25,8 @@ class Model_Update : public Events_Listener
 {
   /// updated features during this transaction: must be updated immediately
   std::set<std::shared_ptr<ModelAPI_Object> > myJustUpdated;
+  /// features that must be additionally processed after execution of finish operation
+  std::set<std::shared_ptr<ModelAPI_Object> > myWaitForFinish;
   /// to know that all next updates are caused by this execution
   bool myIsExecuted;
   /// to know execute or not automatically all update