Salome HOME
Accessibility of constraint operations under editing of sketch elements
[modules/shaper.git] / src / XGUI / XGUI_OperationMgr.h
index f47d6aebdab54b2585b91ea89e233f0587f2f281..f6632c161631d3b04c8ea152d09c3632d6b71cd5 100644 (file)
@@ -81,6 +81,9 @@ protected:
   /// Returns whether the operation can be stopped.
   bool canStopOperation();
 
+  /// Returns true if the operation can be aborted
+  bool canAbortOperation();
+
 protected slots:
   /// Slot that commits the current operation.
   void onCommitOperation();