#include "AbstractPlot.h"
◆ AxisID
| Enumerator |
|---|
| yLeft | |
| yRight | |
| xBottom | |
| xTop | |
◆ AbstractPlotAxis()
| AbstractPlotAxis::AbstractPlotAxis |
( |
AxisID | _id | ) |
|
◆ ~AbstractPlotAxis()
| AbstractPlotAxis::~AbstractPlotAxis |
( |
| ) |
|
|
virtual |
◆ polarAxisID()
| QwtPolar::Axis AbstractPlotAxis::polarAxisID |
( |
void | | ) |
const |
◆ repaint()
| virtual void qwtw::AbstractPlotAxis::repaint |
( |
void | | ) |
|
|
pure virtual |
◆ setAutoScale()
| void AbstractPlotAxis::setAutoScale |
( |
bool | _isAutoScale | ) |
|
|
virtual |
◆ setLogScale()
| void AbstractPlotAxis::setLogScale |
( |
bool | _isLogScale | ) |
|
|
virtual |
◆ setMax()
| void AbstractPlotAxis::setMax |
( |
double | _maxValue | ) |
|
|
virtual |
◆ setMin()
| void AbstractPlotAxis::setMin |
( |
double | _minValue | ) |
|
|
virtual |
◆ setTitle()
| void AbstractPlotAxis::setTitle |
( |
const QString & | _title | ) |
|
|
virtual |
◆ xyAxisID()
| QwtPlot::Axis AbstractPlotAxis::xyAxisID |
( |
void | | ) |
const |
◆ m_id
| AxisID qwtw::AbstractPlotAxis::m_id |
|
protected |
◆ m_isAutoScale
| bool qwtw::AbstractPlotAxis::m_isAutoScale |
|
protected |
◆ m_isLogScale
| bool qwtw::AbstractPlotAxis::m_isLogScale |
|
protected |
◆ m_isLogScaleLast
| bool qwtw::AbstractPlotAxis::m_isLogScaleLast |
|
protected |
◆ m_maxValue
| double qwtw::AbstractPlotAxis::m_maxValue |
|
protected |
◆ m_minValue
| double qwtw::AbstractPlotAxis::m_minValue |
|
protected |
◆ m_title
| QString qwtw::AbstractPlotAxis::m_title |
|
protected |
The documentation for this class was generated from the following files: