Salome HOME
lot 15:: protection against corrupted polylines/objects
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_BathymetryOp.h
index 2aad488b4ffed43aa6b263774f4e9e381db2a5c8..8f388862fae5f84e75673e0c8279b01db8f91723 100644 (file)
@@ -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;