63 #include <qwt_plot_curve.h> 64 #include <qwt_plot_zoomer.h> 65 #include <qwt_scale_engine.h> 66 #include <qwt_plot_marker.h> 68 #include <ui_QwtFunctionPlotBase.h> 70 #include <ACG/QwtWidgets/QwtHistogramm.hh> 83 class QwtFunctionPlot :
public QDialog,
public Ui::QwtFunctionPlotBase
89 explicit QwtFunctionPlot( QWidget* _parent = 0 );
95 void setFunction(
const std::vector<double>& _values );
97 void setMinMax(
double _min,
double _max);
105 QwtPlotZoomer* plot_zoomer_;
107 QwtPlotMarker* clampMinMarker_;
108 QwtSymbol* minSymbol_;
110 QwtPlotMarker* clampMaxMarker_;
111 QwtSymbol* maxSymbol_;
117 std::vector<double> values_;