Salome HOME
Issue #355 Delete: elements of sketch and constraints
[modules/shaper.git] / src / PartSet / PartSet_Module.h
index f58c4738bf6c0efa5fb0d7aef17c5888162aaff8..5bd2296297b61616e3f711c588359fa6e0d7bceb 100644 (file)
@@ -131,10 +131,14 @@ protected slots:
   /// Breaks sequense of automatically resterted operations
   void breakOperationSequence();
 
-  /// Check whether there is active opeation and it is the sketch one
+  /// Check whether the sketch operation is active
   /// \return boolean result
   bool isSketchOperationActive() const;
 
+  /// Check whether the sketch feature operation is active
+  /// \return boolean result
+  bool isSketchFeatureOperationActive() const;
+
   /// Create all actions for context menus. It is called on creation of module
   /// Put the created actions into an internal map
   void createActions();