X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ModuleConnector.h;h=4b2ed19f4b8cd6bb2100a6628e2a4108ce1d904f;hb=220bd2b37119be1c65abf88a88792445cb9d99f8;hp=27aaa47c8f8d8fcd7477855899f850a4571e0cd7;hpb=87066603a46a2c9833e0a553bf9a4aa63dd1241b;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ModuleConnector.h b/src/XGUI/XGUI_ModuleConnector.h index 27aaa47c8..4b2ed19f4 100644 --- a/src/XGUI/XGUI_ModuleConnector.h +++ b/src/XGUI/XGUI_ModuleConnector.h @@ -63,12 +63,12 @@ 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 theId a stopped operation + //! \param theOperation a stopped operation //! \return boolean result 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 object by data object @@ -81,6 +81,9 @@ Q_OBJECT //! If the list is empty then selection will be cleared virtual void setSelected(const QList& theValues); + /// Update of commands status + virtual void updateCommandStatus(); + //! Returns workshop XGUI_Workshop* workshop() const { return myWorkshop; }