Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ZLevelsOp.h
index 8bf51b519c1fc1f6e2302796ab5d0fdf69adc6c0..7d43033bad2b0a3236848299403f2cd314ba2cf6 100644 (file)
 
 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;
 
 };