25 #ifndef TOOLTIPPICKER_H_
26 #define TOOLTIPPICKER_H_
30 #include <qwt_plot_picker.h>
31 #include <qwt_plot_canvas.h>
38 #if QWT_VERSION >= 0x060000
40 DisplayMode trackorMode, QWidget* canvas );
42 ToolTipPicker(
int xAxis,
int yAxis,
int selectionFlags, RubberBand rubberBand,
43 DisplayMode trackorMode, QwtPlotCanvas* canvas );
45 void setData(
const std::vector<float>& xVal,
const std::vector<float>& yVal );
47 virtual QwtText
trackerText(
const QwtDoublePoint & pos )
const;