Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ShapeBathymetry.h
index e505f8722db306575c1d435dd0959e26f048a284..e88d09119c760c748b641aa51b257b52310565c4 100644 (file)
@@ -49,7 +49,7 @@ public:
   // Default re-scale (by all points)
   void RescaleDefault();
 
-  void TextLabels( bool isOn );
+  void TextLabels( bool isOn, bool isUpdateCurrentViewer=true );
 
   virtual void display( const bool theIsUpdateViewer = true );
   virtual void erase( const bool theIsUpdateViewer = true );
@@ -63,13 +63,13 @@ public:
   void Build();
 
 protected:
-  virtual Handle(AIS_InteractiveObject) createShape() const;
+  virtual QList<Handle(AIS_InteractiveObject)> createShape() const;
   virtual void displayShape( const bool theIsUpdateViewer );
 
   void setToUpdateColorScale( bool isChanged );
-  void Rescale( const QList<int>& theIndices, bool isForcedAll );
+  void Rescale( const QVector<int>& theIndices, bool isForcedAll );
 
-  QList<int> selected() const;
+  QVector<int> selected() const;
 
 private:
   HYDROGUI_OCCDisplayer* myDisplayer;