Widget for choosing a single axis.
More...
#include <PlotMSAxisWidget.qo.h>
|
| PlotMSAxisWidget (PMS::Axis defaultAxis, int attachAxes, QWidget *parent=NULL) |
| Constructor which takes optional parent widget. More...
|
|
| ~PlotMSAxisWidget () |
| Destructor. More...
|
|
QLabel * | axisLabel () |
| Returns the labels used in the widget. More...
|
|
QLabel * | dataLabel () |
|
QLabel * | interpLabel () |
|
QLabel * | refFrameLabel () |
|
QLabel * | attachLabel () |
|
QLabel * | rangeLabel () |
|
PMS::Axis | axis () const |
| Gets the current set values in the widget. More...
|
|
PMS::DataColumn | data () const |
|
PMS::InterpMethod | interpMethod () const |
|
PMS::CoordSystem | refFrame () const |
|
PlotAxis | attachAxis () const |
|
bool | matchesData (const PlotMSAxisWidget *other) const |
|
bool | rangeCustom () const |
|
prange_t | range () const |
|
void | setRange (bool isDate, double from, double to) |
| set default custom range according to chosen MS More...
|
|
void | setValue (PMS::Axis axis, PMS::DataColumn data, PlotAxis attachAxis, bool rangeCustom, prange_t range) |
| Sets the displayed value to the given. More...
|
|
void | setDirParams (PMS::InterpMethod interp, PMS::CoordSystem refFrame) |
| Sets the displayed direction parameters values to the given. More...
|
|
void | setInCache (bool inCache) |
| Sets the "in cache" checkbox to the given. More...
|
|
void | insertLabelDefaults (QMap< QLabel *, QString > &map) |
|
QString | getIdentifier () const |
| Returns an identifier for this axis data. More...
|
|
| QtEditingWidget (QWidget *parent=NULL) |
| Constructor which takes an optional parent widget. More...
|
|
virtual | ~QtEditingWidget () |
| Destructor. More...
|
|
virtual void | addRadioButtonsToGroup (QButtonGroup *group) const |
| Adds any radio buttons in the widget to the given button group. More...
|
|
Widget for choosing a single axis.
Definition at line 43 of file PlotMSAxisWidget.qo.h.
casa::PlotMSAxisWidget::PlotMSAxisWidget |
( |
PMS::Axis |
defaultAxis, |
|
|
int |
attachAxes, |
|
|
QWidget * |
parent = NULL |
|
) |
| |
Constructor which takes optional parent widget.
casa::PlotMSAxisWidget::~PlotMSAxisWidget |
( |
| ) |
|
PlotAxis casa::PlotMSAxisWidget::attachAxis |
( |
| ) |
const |
QLabel* casa::PlotMSAxisWidget::attachLabel |
( |
| ) |
|
|
inline |
PMS::Axis casa::PlotMSAxisWidget::axis |
( |
| ) |
const |
Gets the current set values in the widget.
void casa::PlotMSAxisWidget::axisChanged |
( |
| ) |
|
|
signal |
void casa::PlotMSAxisWidget::axisChanged |
( |
const QString & |
value | ) |
|
|
privateslot |
Slot for when the axis value changed.
void casa::PlotMSAxisWidget::axisDataChanged |
( |
| ) |
|
|
privateslot |
void casa::PlotMSAxisWidget::axisInterpChanged |
( |
| ) |
|
|
privateslot |
QLabel* casa::PlotMSAxisWidget::axisLabel |
( |
| ) |
|
|
inline |
void casa::PlotMSAxisWidget::axisRefFrameChanged |
( |
| ) |
|
|
privateslot |
PMS::DataColumn casa::PlotMSAxisWidget::data |
( |
| ) |
const |
QLabel* casa::PlotMSAxisWidget::dataLabel |
( |
| ) |
|
|
inline |
QString casa::PlotMSAxisWidget::getIdentifier |
( |
| ) |
const |
Returns an identifier for this axis data.
void casa::PlotMSAxisWidget::initPlotAxis |
( |
int |
attachAxis | ) |
|
|
private |
void casa::PlotMSAxisWidget::insertLabelDefaults |
( |
QMap< QLabel *, QString > & |
map | ) |
|
QLabel* casa::PlotMSAxisWidget::interpLabel |
( |
| ) |
|
|
inline |
PMS::InterpMethod casa::PlotMSAxisWidget::interpMethod |
( |
| ) |
const |
bool casa::PlotMSAxisWidget::matchesData |
( |
const PlotMSAxisWidget * |
other | ) |
const |
prange_t casa::PlotMSAxisWidget::range |
( |
| ) |
const |
bool casa::PlotMSAxisWidget::rangeCustom |
( |
| ) |
const |
QLabel* casa::PlotMSAxisWidget::rangeLabel |
( |
| ) |
|
|
inline |
PMS::CoordSystem casa::PlotMSAxisWidget::refFrame |
( |
| ) |
const |
QLabel* casa::PlotMSAxisWidget::refFrameLabel |
( |
| ) |
|
|
inline |
void casa::PlotMSAxisWidget::setAttachAxis |
( |
PlotAxis |
attachAxis | ) |
|
|
private |
void casa::PlotMSAxisWidget::setDirParams |
( |
PMS::InterpMethod |
interp, |
|
|
PMS::CoordSystem |
refFrame |
|
) |
| |
Sets the displayed direction parameters values to the given.
void casa::PlotMSAxisWidget::setInCache |
( |
bool |
inCache | ) |
|
Sets the "in cache" checkbox to the given.
void casa::PlotMSAxisWidget::setRange |
( |
bool |
isDate, |
|
|
double |
from, |
|
|
double |
to |
|
) |
| |
set default custom range according to chosen MS
void casa::PlotMSAxisWidget::setValue |
( |
PMS::Axis |
axis, |
|
|
PMS::DataColumn |
data, |
|
|
PlotAxis |
attachAxis, |
|
|
bool |
rangeCustom, |
|
|
prange_t |
range |
|
) |
| |
Sets the displayed value to the given.
The documentation for this class was generated from the following file: