#include <ToolTipPicker.h>
|
| ToolTipPicker (int xAxis, int yAxis, int selectionFlags, RubberBand rubberBand, DisplayMode trackorMode, QwtPlotCanvas *canvas) |
|
void | setData (const std::vector< float > &xVal, const std::vector< float > &yVal) |
|
void | setLogScaleY (bool logScale) |
|
virtual QwtText | trackerText (const QwtDoublePoint &pos) const |
|
virtual | ~ToolTipPicker () |
|
Definition at line 35 of file ToolTipPicker.h.
casa::ToolTipPicker::ToolTipPicker |
( |
int |
xAxis, |
|
|
int |
yAxis, |
|
|
int |
selectionFlags, |
|
|
RubberBand |
rubberBand, |
|
|
DisplayMode |
trackorMode, |
|
|
QwtPlotCanvas * |
canvas |
|
) |
| |
virtual casa::ToolTipPicker::~ToolTipPicker |
( |
| ) |
|
|
virtual |
int casa::ToolTipPicker::findClosestPoint |
( |
float |
xValue, |
|
|
float |
yValue |
|
) |
| const |
|
private |
std::pair<float,float> casa::ToolTipPicker::getRangeY |
( |
| ) |
const |
|
private |
void casa::ToolTipPicker::setData |
( |
const std::vector< float > & |
xVal, |
|
|
const std::vector< float > & |
yVal |
|
) |
| |
void casa::ToolTipPicker::setLogScaleY |
( |
bool |
logScale | ) |
|
virtual QwtText casa::ToolTipPicker::trackerText |
( |
const QwtDoublePoint & |
pos | ) |
const |
|
virtual |
bool casa::ToolTipPicker::logScaleY |
|
private |
std::vector<float> casa::ToolTipPicker::xVector |
|
private |
std::vector<float> casa::ToolTipPicker::yVector |
|
private |
The documentation for this class was generated from the following file: