A specialization of FeatherPlotWidget for displaying line plots. More...
#include <FeatherPlotWidgetSlice.h>
Public Types | |
typedef FeatherCurveType::CurveType | CurveType |
typedef FeatherDataType::DataType | DataType |
Public Member Functions | |
FeatherPlotWidgetSlice (const QString &title, FeatherPlot::PlotType plotType, QWidget *parent=0) | |
virtual | ~FeatherPlotWidgetSlice () |
virtual void | addZoomNeutralCurves () |
Protected Member Functions | |
virtual void | resetColors () |
virtual void | addSumData () |
virtual void | zoomRectangleOther (double minX, double maxX, double minY, double maxY) |
virtual void | zoom90Other (double dishPosition) |
Private Member Functions | |
void | zoom90 (double dishPosition, CurveType cType, DataType dType) |
void | zoomRect (double minX, double maxX, CurveType cType, DataType dType) |
void | addSumData (bool logScale) |
void | addDisplayedPlotCurve (FeatherCurveType::CurveType curveType, FeatherDataType::DataType dataType) |
A specialization of FeatherPlotWidget for displaying line plots.
Definition at line 37 of file FeatherPlotWidgetSlice.h.
Reimplemented from casa::FeatherPlotWidget.
Definition at line 39 of file FeatherPlotWidgetSlice.h.
Reimplemented from casa::FeatherPlotWidget.
Definition at line 40 of file FeatherPlotWidgetSlice.h.
casa::FeatherPlotWidgetSlice::FeatherPlotWidgetSlice | ( | const QString & | title, | |
FeatherPlot::PlotType | plotType, | |||
QWidget * | parent = 0 | |||
) |
virtual casa::FeatherPlotWidgetSlice::~FeatherPlotWidgetSlice | ( | ) | [virtual] |
void casa::FeatherPlotWidgetSlice::addDisplayedPlotCurve | ( | FeatherCurveType::CurveType | curveType, | |
FeatherDataType::DataType | dataType | |||
) | [private] |
void casa::FeatherPlotWidgetSlice::addSumData | ( | bool | logScale | ) | [private, virtual] |
Reimplemented from casa::FeatherPlotWidget.
virtual void casa::FeatherPlotWidgetSlice::addSumData | ( | ) | [protected, virtual] |
Reimplemented from casa::FeatherPlotWidget.
virtual void casa::FeatherPlotWidgetSlice::addZoomNeutralCurves | ( | ) | [virtual] |
Implements casa::FeatherPlotWidget.
virtual void casa::FeatherPlotWidgetSlice::resetColors | ( | ) | [protected, virtual] |
Reimplemented from casa::FeatherPlotWidget.
void casa::FeatherPlotWidgetSlice::zoom90 | ( | double | dishPosition, | |
CurveType | cType, | |||
DataType | dType | |||
) | [private] |
virtual void casa::FeatherPlotWidgetSlice::zoom90Other | ( | double | dishPosition | ) | [protected, virtual] |
Implements casa::FeatherPlotWidget.
void casa::FeatherPlotWidgetSlice::zoomRect | ( | double | minX, | |
double | maxX, | |||
CurveType | cType, | |||
DataType | dType | |||
) | [private] |
virtual void casa::FeatherPlotWidgetSlice::zoomRectangleOther | ( | double | minX, | |
double | maxX, | |||
double | minY, | |||
double | maxY | |||
) | [protected, virtual] |
Implements casa::FeatherPlotWidget.