25 #ifndef RANGEPICKER_H_
26 #define RANGEPICKER_H_
28 #include <qwt_plot_marker.h>
43 virtual void draw (QPainter* p,
const QwtScaleMap &xMap,
const QwtScaleMap
44 &yMap,
const QRect &)
const;
54 void _drawBoundary( QPainter* painter,
int rectHeight )
const;
void boundaryLineMoved(const QPoint &pos)
void setBoundaryValues(int minX, int maxX)
virtual void draw(QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRect &) const
RangePicker & operator=(const RangePicker &)
int getLowerBound() const
HeightSource * heightSource
void setHeightSource(HeightSource *heightSource)
Handles drawing the range selection rectangle for the bin plot.
void setLineMode(bool lineMode)
int getUpperBound() const
void _drawBoundary(QPainter *painter, int rectHeight) const