casa
5.7.0-16
|
Handles drawing the range selection rectangle for the bin plot. More...
#include <RangePicker.h>
Public Member Functions | |
RangePicker () | |
virtual void | draw (QPainter *p, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRect &) const |
void | setHeightSource (HeightSource *heightSource) |
void | boundaryLineMoved (const QPoint &pos) |
int | getLowerBound () const |
int | getUpperBound () const |
void | setBoundaryValues (int minX, int maxX) |
void | setLineMode (bool lineMode) |
void | reset () |
virtual | ~RangePicker () |
Private Member Functions | |
void | _drawBoundary (QPainter *painter, int rectHeight) const |
RangePicker (const RangePicker &) | |
RangePicker & | operator= (const RangePicker &) |
Private Attributes | |
HeightSource * | heightSource |
int | lowerBound |
int | upperBound |
bool | rangeSet |
bool | lineMode |
Handles drawing the range selection rectangle for the bin plot.
Definition at line 40 of file RangePicker.h.
casa::RangePicker::RangePicker | ( | ) |
|
virtual |
|
private |
|
private |
void casa::RangePicker::boundaryLineMoved | ( | const QPoint & | pos | ) |
|
virtual |
int casa::RangePicker::getLowerBound | ( | ) | const |
int casa::RangePicker::getUpperBound | ( | ) | const |
|
private |
void casa::RangePicker::reset | ( | ) |
void casa::RangePicker::setBoundaryValues | ( | int | minX, |
int | maxX | ||
) |
void casa::RangePicker::setHeightSource | ( | HeightSource * | heightSource | ) |
void casa::RangePicker::setLineMode | ( | bool | lineMode | ) |
|
private |
Definition at line 57 of file RangePicker.h.
|
private |
Definition at line 61 of file RangePicker.h.
|
private |
Definition at line 58 of file RangePicker.h.
|
private |
Definition at line 60 of file RangePicker.h.
|
private |
Definition at line 59 of file RangePicker.h.