Salome HOME
Fix the Linux compilation problem
[modules/shaper.git] / src / PartSet / PartSet_SketcherMgr.h
index 3b3280152fdb39a516cc83c5b63266c4eb0eb3a6..284d2b31602c5626332d14b5420a6ebfd1265fe5 100644 (file)
@@ -94,6 +94,11 @@ public:
   //// \return boolean value
   static bool isNestedCreateOperation(ModuleBase_Operation* theOperation);
 
+  /// Returns true if the operation is an edit nested feature one
+  /// \param theOperation a checked operation
+  //// \return boolean value
+  static bool isNestedEditOperation(ModuleBase_Operation* theOperation);
+
   /// Returns whether the current operation is a sketch entity - line, point, arc or circle
   /// \param theId is an id of object
   /// \return a boolean value