#include <QtPlotSettings.h>
|
| QtPlotSettings () |
|
void | adjust (const QString &topUnits, const QString &topType, const QString &bottomUnits, const QString &bottomType, bool autoScaleX, bool autoScaleY, bool zoom=false) |
|
void | setSpectralCoordinate (const casacore::SpectralCoordinate &coord) |
|
void | zoomOut (double zoomFactor, const QString &topUnits, const QString &topType, const QString &bottomUnits, const QString &bottomType, bool autoScaleX, bool autoScaleY) |
|
void | zoomIn (double zoomFactor, const QString &topUnits, const QString &topType, const QString &bottomUnits, const QString &bottomType, bool autoScaleX, bool autoScaleY) |
|
void | zoomY (double minY, double maxY, bool autoScaleY) |
|
std::pair< double, double > | getZoomInY (double zoomFactor) const |
|
std::pair< double, double > | getZoomOutY (double zoomFactor) const |
|
void | scroll (int dx, int dy) |
|
double | spanX (AxisIndex index) const |
|
double | spanY () const |
|
double | getMinX (AxisIndex index) const |
|
void | setMinX (AxisIndex index, double value) |
|
double | getMaxX (AxisIndex index) const |
|
void | setMaxX (AxisIndex index, double value) |
|
double | getMinY () const |
|
void | setMinY (double value) |
|
double | getMaxY () const |
|
void | setMaxY (double value) |
|
int | getNumTicksX () const |
|
int | getNumTicksY () const |
|
double | getTickLabelX (int tickIndex, int tickCount, QtPlotSettings::AxisIndex axisIndex) const |
|
|
std::pair< double, double > | adjustAxis (double &min, double &max, int &numTicks) |
|
void | adjustAxisTop (double &min, double &max) |
|
std::pair< double, double > | convertBottomBounds (double min, double max, const QString &topUnits, const QString &unitType) |
|
casacore::MDoppler::Types | getDoppler (const QString &unitType) |
|
double | getTickValue (int tickIndex, int tickCount, QtPlotSettings::AxisIndex axisIndex) const |
|
Definition at line 36 of file QtPlotSettings.h.
casa::QtPlotSettings::QtPlotSettings |
( |
| ) |
|
void casa::QtPlotSettings::adjust |
( |
const QString & |
topUnits, |
|
|
const QString & |
topType, |
|
|
const QString & |
bottomUnits, |
|
|
const QString & |
bottomType, |
|
|
bool |
autoScaleX, |
|
|
bool |
autoScaleY, |
|
|
bool |
zoom = false |
|
) |
| |
std::pair<double,double> casa::QtPlotSettings::adjustAxis |
( |
double & |
min, |
|
|
double & |
max, |
|
|
int & |
numTicks |
|
) |
| |
|
private |
void casa::QtPlotSettings::adjustAxisTop |
( |
double & |
min, |
|
|
double & |
max |
|
) |
| |
|
private |
std::pair<double,double> casa::QtPlotSettings::convertBottomBounds |
( |
double |
min, |
|
|
double |
max, |
|
|
const QString & |
topUnits, |
|
|
const QString & |
unitType |
|
) |
| |
|
private |
double casa::QtPlotSettings::getMaxX |
( |
AxisIndex |
index | ) |
const |
|
inline |
double casa::QtPlotSettings::getMaxY |
( |
| ) |
const |
|
inline |
double casa::QtPlotSettings::getMinX |
( |
AxisIndex |
index | ) |
const |
|
inline |
double casa::QtPlotSettings::getMinY |
( |
| ) |
const |
|
inline |
int casa::QtPlotSettings::getNumTicksX |
( |
| ) |
const |
|
inline |
int casa::QtPlotSettings::getNumTicksY |
( |
| ) |
const |
|
inline |
std::pair<double,double> casa::QtPlotSettings::getZoomInY |
( |
double |
zoomFactor | ) |
const |
std::pair<double,double> casa::QtPlotSettings::getZoomOutY |
( |
double |
zoomFactor | ) |
const |
static const QString& casa::QtPlotSettings::OPTICAL_VELOCITY |
( |
| ) |
|
|
inlinestatic |
static const QString& casa::QtPlotSettings::OPTICAL_WAVELENGTH |
( |
| ) |
|
|
inlinestatic |
static const QString& casa::QtPlotSettings::RADIO_VELOCITY |
( |
| ) |
|
|
inlinestatic |
void casa::QtPlotSettings::scroll |
( |
int |
dx, |
|
|
int |
dy |
|
) |
| |
void casa::QtPlotSettings::setMaxX |
( |
AxisIndex |
index, |
|
|
double |
value |
|
) |
| |
void casa::QtPlotSettings::setMaxY |
( |
double |
value | ) |
|
void casa::QtPlotSettings::setMinX |
( |
AxisIndex |
index, |
|
|
double |
value |
|
) |
| |
void casa::QtPlotSettings::setMinY |
( |
double |
value | ) |
|
double casa::QtPlotSettings::spanX |
( |
AxisIndex |
index | ) |
const |
|
inline |
double casa::QtPlotSettings::spanY |
( |
| ) |
const |
|
inline |
void casa::QtPlotSettings::zoomIn |
( |
double |
zoomFactor, |
|
|
const QString & |
topUnits, |
|
|
const QString & |
topType, |
|
|
const QString & |
bottomUnits, |
|
|
const QString & |
bottomType, |
|
|
bool |
autoScaleX, |
|
|
bool |
autoScaleY |
|
) |
| |
void casa::QtPlotSettings::zoomOut |
( |
double |
zoomFactor, |
|
|
const QString & |
topUnits, |
|
|
const QString & |
topType, |
|
|
const QString & |
bottomUnits, |
|
|
const QString & |
bottomType, |
|
|
bool |
autoScaleX, |
|
|
bool |
autoScaleY |
|
) |
| |
void casa::QtPlotSettings::zoomY |
( |
double |
minY, |
|
|
double |
maxY, |
|
|
bool |
autoScaleY |
|
) |
| |
QString casa::QtPlotSettings::m_bottomType |
|
private |
QString casa::QtPlotSettings::m_bottomUnits |
|
private |
QString casa::QtPlotSettings::m_topType |
|
private |
QString casa::QtPlotSettings::m_topUnits |
|
private |
double casa::QtPlotSettings::maxPercentage |
|
private |
double casa::QtPlotSettings::maxY |
|
private |
double casa::QtPlotSettings::minPercentage |
|
private |
double casa::QtPlotSettings::minY |
|
private |
int casa::QtPlotSettings::numXTicks |
|
private |
int casa::QtPlotSettings::numYTicks |
|
private |
constexpr double casa::QtPlotSettings::ZERO_LIMIT |
|
static |
The documentation for this class was generated from the following file: