Salome HOME
1. CanStopOperation knows which operation is stopped. Scenario: Unpress Sketch in...
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWorkshop.h
index 9e8f1a28f3e1c01429d301a4a6565597064730a5..67fed3b81fcc130ded827a86e23cb6129f59fe20 100644 (file)
@@ -80,8 +80,9 @@ Q_OBJECT
   virtual ModuleBase_Operation* findStartedOperation(const QString& theId) = 0;
 
   //! Returns true if the operation with id theId can be stopped
+  //! \param theId a stopped operation
   //! \return boolean result
-  virtual bool canStopOperation() = 0;
+  virtual bool canStopOperation(ModuleBase_Operation* theOperation) = 0;
 
   //! Aborts the operation.
   //! \param theId an aborted operation