Salome HOME
Merge from V6_main 13/12/2012
[modules/gui.git] / src / Plot2d / Plot2d_ViewFrame.h
index a517e96a238922b6ba224c88a95d9f14b811667d..0455f1c850c45d7b550bad82d61687f2425bed6b 100755 (executable)
@@ -154,6 +154,9 @@ public:
   void           getFitRangeByCurves( double&, double&, double&, double&,
                                      double&, double& );
 
+  void           getFitRangeByMarkers(double&, double&, double&, double&,
+                                      double&, double& );
+
   void              addAnalyticalCurve( Plot2d_AnalyticalCurve* );
   void              removeAnalyticalCurve( Plot2d_AnalyticalCurve* );
   void              updateAnalyticalCurve( Plot2d_AnalyticalCurve*, bool = false );
@@ -319,9 +322,6 @@ protected:
   // List of intermittent segments to connect curves
   QList<QwtPlotCurve*> myIntermittentSegmentList;
 
-  // List of markers associated with curves points
-  QList<QwtPlotMarker*> myMarkerList;
-
   // List of curves Plot2d_Curve
   QList<Plot2d_Curve*> myPlot2dCurveList;
 };