Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ShapeBathymetry.h
index 814337242d44f8d159d87d5620e827d87e10fcbf..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 );
@@ -67,9 +67,9 @@ protected:
   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;