Salome HOME
Arc problems fixing: 1. reentrant of the tangent arc should not fill center point...
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWorkshop.h
index c7ff4ceee902bdab60b9bebb48c8fd9e9edb0658..432b5accd1227e9d015adcbfafd46c94ed86e946 100644 (file)
@@ -76,6 +76,10 @@ Q_OBJECT
   //! Returns true if the operation with id theId can be started
   virtual bool canStartOperation(QString theId) = 0;
 
+  //! Performs the operation launch
+  //! \param theOperation an operation to be launched
+  virtual void processLaunchOperation(ModuleBase_Operation* theOperation, const bool isUpdatePropertyPanel) = 0;
+
   //! Returns started operation by the operation identifier
   //! \param theId an operation id
   //! \return an operation instance or NULL