#include "AbstractPlotAxis.h"
◆ AxisID
Enumerator |
---|
yLeft | |
yRight | |
xBottom | |
xTop | |
◆ AbstractPlotAxis()
AbstractPlotAxis::AbstractPlotAxis |
( |
AxisID | _id | ) |
|
◆ ~AbstractPlotAxis()
AbstractPlotAxis::~AbstractPlotAxis |
( |
| ) |
|
|
virtual |
◆ getAxisID()
AxisID ot::AbstractPlotAxis::getAxisID |
( |
void | | ) |
const |
|
inline |
◆ getCartesianAxisID()
QwtPlot::Axis AbstractPlotAxis::getCartesianAxisID |
( |
void | | ) |
const |
◆ getIsAutoScale()
bool AbstractPlotAxis::getIsAutoScale |
( |
void | | ) |
const |
◆ getIsLogScale()
bool AbstractPlotAxis::getIsLogScale |
( |
void | | ) |
const |
◆ getIsLogScaleSet()
bool ot::AbstractPlotAxis::getIsLogScaleSet |
( |
void | | ) |
const |
|
inline |
◆ getMax()
double AbstractPlotAxis::getMax |
( |
void | | ) |
const |
◆ getMin()
double AbstractPlotAxis::getMin |
( |
void | | ) |
const |
◆ getPolarAxisID()
QwtPolar::Axis AbstractPlotAxis::getPolarAxisID |
( |
void | | ) |
const |
◆ getTitle()
const QString & ot::AbstractPlotAxis::getTitle |
( |
void | | ) |
const |
|
inline |
◆ setIsAutoScale()
void AbstractPlotAxis::setIsAutoScale |
( |
bool | _isAutoScale | ) |
|
◆ setIsLogScale()
void AbstractPlotAxis::setIsLogScale |
( |
bool | _isLogScale | ) |
|
◆ setIsLogScaleSet()
void ot::AbstractPlotAxis::setIsLogScaleSet |
( |
bool | _isSet | ) |
|
|
inline |
◆ setMax()
void AbstractPlotAxis::setMax |
( |
double | _maxValue | ) |
|
◆ setMin()
void AbstractPlotAxis::setMin |
( |
double | _minValue | ) |
|
◆ setTitle()
void ot::AbstractPlotAxis::setTitle |
( |
const QString & | _title | ) |
|
|
inline |
◆ updateAxis()
virtual void ot::AbstractPlotAxis::updateAxis |
( |
void | | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: