25 #ifndef HISTOGRAM_MARKER_GAUSSIAN_H_
26 #define HISTOGRAM_MARKER_GAUSSIAN_H_
28 #include <qwt_plot_marker.h>
29 #include <qwt_scale_map.h>
48 virtual void draw(QPainter* painter,
const QwtScaleMap& xMap,
const QwtScaleMap& yMap,
const QRect&)
const;
void setCenterPeak(int xVal, int yVal)
virtual ~HistogramMarkerGaussian()
Marks initial (center,peak) and FWHM Gaussian estimates on the histogram.
void setFWHM(int fwhm, int fwhmHeight)
void setColor(QColor markerColor)
virtual void draw(QPainter *painter, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRect &) const
int getFWHMHeight() const
HistogramMarkerGaussian()