X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_WorkshopListener.h;h=cf611cb264680e099968938df799dfa85ffb36c5;hb=70122a4400ec112e9c2c071724d444fa40282076;hp=14c2edbfd75f76e719787cb97603365c56d416c9;hpb=bff91ccd66e7d51923fe1582658dcedc08e4d86c;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_WorkshopListener.h b/src/XGUI/XGUI_WorkshopListener.h index 14c2edbfd..cf611cb26 100755 --- a/src/XGUI/XGUI_WorkshopListener.h +++ b/src/XGUI/XGUI_WorkshopListener.h @@ -28,9 +28,8 @@ class XGUI_EXPORT XGUI_WorkshopListener : public QObject, public Events_Listener { Q_OBJECT public: - /// Constructor - /// \param theConnector a Salome connector object. - /// Used only if the workshop is launched in Salome environment + /// Constructor. Used only if the workshop is launched in Salome environment + /// \param theWorkshop a reference to workshop. XGUI_WorkshopListener(ModuleBase_IWorkshop* theWorkshop); virtual ~XGUI_WorkshopListener(); @@ -44,12 +43,6 @@ signals: /// Emitted when error in applivation happens void errorOccurred(const QString&); -protected slots: - /// Updates Apply All button state of the feature to the state if the feature has the button - /// \param theFeatureId an index of the feature, the action is searched, which state is to be changed - /// \param theState an action enable state - //void onNestedStateChanged(const std::string& theFeatureId, const bool theState); - protected: /// Procedure to process postponed events bool event(QEvent * theEvent);