Salome HOME
- Bathymethries are colored now by all colors (including red etc.)
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.h
index 0aaf8f0b7091d17811b72d8a19693f0641441afd..808958f64ee96844d5074ec9f93c2bc05be68000 100644 (file)
@@ -143,6 +143,10 @@ public:
   void                            removeViewVTKPrs( const int                      theViewId );
   void                            removeObjectVTKPrs( const int                      theViewId,
                                                      const Handle(HYDROData_Entity)& theObject );
+  /**
+   * Update global imposed range of Z values for VTK viewer
+   */
+  void                            updateVTKZRange( double theRange[] );
 
   QStringList                     GetGeomObjectsToImport();
 
@@ -162,6 +166,8 @@ protected:
 
 protected slots:
   void                            onOperation();
+  void                            onDelete();
+
 
   bool                            onUndo( int theNumActions );
   bool                            onRedo( int theNumActions );