#include <SliceSegment.qo.h>
|
| SliceSegment (int regionId, int index, QWidget *parent=0) |
|
void | addCurve (QwtPlot *plot, const QVector< double > &xValues, const QVector< double > &yValues) |
|
void | setEndPointsWorld (double worldX1, double worldY1, double worldX2, double worldY2) |
|
void | setEndPointsPixel (int pixelX1, int pixelY1, int pixelX2, int pixelY2) |
|
void | setColor (QColor color) |
|
void | setCurveWidth (int width) |
|
void | updateEnds (const casacore::String &start, const casacore::String &end) |
|
QColor | getCurveColor () const |
|
void | clearCurve () |
|
void | updateStatistics (SliceStatistics *statistics) |
|
QwtPlot * | getPlot () |
|
| ~SliceSegment () |
|
Definition at line 48 of file SliceSegment.qo.h.
casa::SliceSegment::SliceSegment |
( |
int |
regionId, |
|
|
int |
index, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
casa::SliceSegment::~SliceSegment |
( |
| ) |
|
casa::SliceSegment::SliceSegment |
( |
const SliceSegment & |
other | ) |
|
|
private |
void casa::SliceSegment::addCurve |
( |
QwtPlot * |
plot, |
|
|
const QVector< double > & |
xValues, |
|
|
const QVector< double > & |
yValues |
|
) |
| |
void casa::SliceSegment::clearCurve |
( |
| ) |
|
QColor casa::SliceSegment::getCurveColor |
( |
| ) |
const |
QwtPlot* casa::SliceSegment::getPlot |
( |
| ) |
|
void casa::SliceSegment::resetCurveWidth |
( |
| ) |
|
|
private |
void casa::SliceSegment::setColor |
( |
QColor |
color | ) |
|
void casa::SliceSegment::setCurveColor |
( |
| ) |
|
|
private |
void casa::SliceSegment::setCurveWidth |
( |
int |
width | ) |
|
void casa::SliceSegment::setEndPointsPixel |
( |
int |
pixelX1, |
|
|
int |
pixelY1, |
|
|
int |
pixelX2, |
|
|
int |
pixelY2 |
|
) |
| |
void casa::SliceSegment::setEndPointsWorld |
( |
double |
worldX1, |
|
|
double |
worldY1, |
|
|
double |
worldX2, |
|
|
double |
worldY2 |
|
) |
| |
void casa::SliceSegment::statisticsSelected |
( |
int |
index | ) |
|
|
signal |
int casa::SliceSegment::curveWidth |
|
private |
QColor casa::SliceSegment::defaultColor |
|
private |
int casa::SliceSegment::index |
|
private |
std::pair<int,int> casa::SliceSegment::pixelEnd |
|
private |
std::pair<int,int> casa::SliceSegment::pixelStart |
|
private |
QwtPlotCurve* casa::SliceSegment::plotCurve |
|
private |
int casa::SliceSegment::regionId |
|
private |
Ui::SliceSegmentClass casa::SliceSegment::ui |
|
private |
std::pair<double,double> casa::SliceSegment::worldEnd |
|
private |
std::pair<double,double> casa::SliceSegment::worldStart |
|
private |
The documentation for this class was generated from the following file: