X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ZLevelsOp.h;h=7d43033bad2b0a3236848299403f2cd314ba2cf6;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=c83edef659cc49b86bcd997c67e2bc3edcff57b4;hpb=9e438ef387ca8027f2e13aa3c4a163daccd82683;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ZLevelsOp.h b/src/HYDROGUI/HYDROGUI_ZLevelsOp.h index c83edef6..7d43033b 100644 --- a/src/HYDROGUI/HYDROGUI_ZLevelsOp.h +++ b/src/HYDROGUI/HYDROGUI_ZLevelsOp.h @@ -29,27 +29,26 @@ class HYDROGUI_ZLevelsDlg; + class HYDROGUI_ZLevelsOp : public HYDROGUI_Operation { Q_OBJECT public: - HYDROGUI_ZLevelsOp( HYDROGUI_Module* theModule ); virtual ~HYDROGUI_ZLevelsOp(); public: - - virtual bool isGranted() const { return true; } + virtual bool isGranted() const; protected: - virtual void startOperation(); - - virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg ); + virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg, + QStringList& theBrowseObjectsEntries ); + virtual void processCancel(); private: - HYDROGUI_ZLevelsDlg* myZLevelsDlg; + HYDROGUI_ZLevelsDlg* myDlg; };