X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ZLevelsOp.h;h=7d43033bad2b0a3236848299403f2cd314ba2cf6;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=8bf51b519c1fc1f6e2302796ab5d0fdf69adc6c0;hpb=a4583c5dce2b21c67fb215131ff02243ca4811f1;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ZLevelsOp.h b/src/HYDROGUI/HYDROGUI_ZLevelsOp.h index 8bf51b51..7d43033b 100644 --- a/src/HYDROGUI/HYDROGUI_ZLevelsOp.h +++ b/src/HYDROGUI/HYDROGUI_ZLevelsOp.h @@ -29,23 +29,26 @@ class HYDROGUI_ZLevelsDlg; + class HYDROGUI_ZLevelsOp : public HYDROGUI_Operation { Q_OBJECT public: - HYDROGUI_ZLevelsOp( HYDROGUI_Module* theModule ); virtual ~HYDROGUI_ZLevelsOp(); -protected: +public: + 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; };