]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ModuleConnector.h
Salome HOME
Arc problems fixing: 1. reentrant of the tangent arc should not fill center point...
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.h
index 89f5625dd7746ba3ed4fa6d4a03f46be28ff6c74..423bcbdcdb83d4b3f5d4155b7f639031d15eb1ac 100644 (file)
@@ -57,6 +57,11 @@ Q_OBJECT
   //! Returns true if the operation with id theId can be started
   virtual bool canStartOperation(QString theId);
 
+  //! Performs the operation launch
+  //! \param theOperation an operation to be launched
+  virtual void processLaunchOperation(ModuleBase_Operation* theOperation,
+                                      const bool isUpdatePropertyPanel);
+
   //! Returns started operation by the operation identifier. The operation manager is called.
   //! \param theId an operation id
   //! \return an operation instance or NULL