X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ModuleConnector.h;h=598c7a22e956a9605ad9855a9c772a90aee39386;hb=cee771b5b59162bd91aa69a3a737a79b1905d866;hp=428cefe32c33b6e7071aefa8e9f5767fb7691f2c;hpb=8c61cbe058ed744affb3ae76379c8f3ce1d1cdf2;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ModuleConnector.h b/src/XGUI/XGUI_ModuleConnector.h index 428cefe32..598c7a22e 100644 --- a/src/XGUI/XGUI_ModuleConnector.h +++ b/src/XGUI/XGUI_ModuleConnector.h @@ -17,7 +17,7 @@ class XGUI_Displayer; /** * \ingroup GUI - * Implementation of IWorkshop interface which provides access to Workshop sevices at module level + * Implementation of IWorkshop interface which provides access to Workshop services at module level */ class XGUI_EXPORT XGUI_ModuleConnector : public ModuleBase_IWorkshop { @@ -63,14 +63,15 @@ Q_OBJECT virtual ModuleBase_Operation* findStartedOperation(const QString& theId); //! Returns true if the operation with id theId can be stopped. The operation manager is called. + //! \param theOperation a stopped operation //! \return boolean result - virtual bool canStopOperation(); + virtual bool canStopOperation(ModuleBase_Operation* theOperation); //! Aborts the operation. The operation manager is called. - //! \param theId an aborted operation + //! \param theOperation an aborted operation void abortOperation(ModuleBase_Operation* theOperation); - //! Returns AIS opbject by data object + //! Returns AIS object by data object virtual AISObjectPtr findPresentation(const ObjectPtr& theObject) const; //! Returns data object by AIS