Salome HOME
Issue #2082: Sketch multiple rotation does not work as expected
[modules/shaper.git] / src / SketchSolver / SketchSolver_Manager.h
index d69cccbfd4a8e5c8a1926aded8091b0a3fbb75a6..fc1b4222956f80db2f05942fc36b34cc9afa9530 100644 (file)
@@ -77,8 +77,11 @@ private:
   /// \brief Allow to send the Update event
   void allowSendUpdate() const;
 
+  /// \brief Allow send events about changing features in groups
+  void releaseFeaturesIfEventsBlocked() const;
+
 private:
-  std::list<SketchGroupPtr>   myGroups;  ///< Groups of constraints
+  std::list<SketchGroupPtr> myGroups; ///< Groups of constraints
   /// true if computation is performed and all "updates" are generated by this algo
   /// and needs no recomputation
   bool myIsComputed;