Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_BathymetryOp.h
index 705a54e628edc3d21ad4bd3b20b2533b8eec0267..8f388862fae5f84e75673e0c8279b01db8f91723 100644 (file)
@@ -21,7 +21,7 @@
 #define HYDROGUI_BATHYMETRY_OP_H
 
 #include <HYDROGUI_Operation.h>
-#include <QDialog.h>
+#include <QDialog>
 
 class OCCViewer_ViewWindow;
 class QtxDoubleSpinBox;
@@ -34,14 +34,18 @@ public:
   HYDROGUI_BathymetryOp( HYDROGUI_Module* theModule, int theMode );
   virtual ~HYDROGUI_BathymetryOp();
 
+  void activate( bool );
+
 protected:
   virtual void startOperation();
   virtual void commitOperation();
   virtual void abortOperation();
 
-  void activate( bool );
   OCCViewer_ViewWindow* activeViewWindow() const;
 
+protected slots:
+  void onSelectionChanged();
+
 private:
   int myMode;
   bool myIsActivate;