Public Member Functions | |
PrivateData () | |
~PrivateData () | |
Public Attributes | |
QColorGroup | colorGroup |
QFont | font |
double | position |
int | borderDistance |
bool | scaleDivFromAxis |
QwtScaleDraw * | scaleDraw |
QRect | canvasRectCache |
Definition at line 18 of file qwt_plot_scaleitem.cpp.
QwtPlotScaleItem::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 21 of file qwt_plot_scaleitem.cpp.
: position(0.0), borderDistance(-1), scaleDivFromAxis(true), scaleDraw(new QwtScaleDraw()) { }
QwtPlotScaleItem::PrivateData::~PrivateData | ( | ) | [inline] |
Definition at line 41 of file qwt_plot_scaleitem.cpp.
Referenced by QwtPlotScaleItem::borderDistance(), QwtPlotScaleItem::draw(), QwtPlotScaleItem::setBorderDistance(), and QwtPlotScaleItem::setPosition().
Definition at line 44 of file qwt_plot_scaleitem.cpp.
Referenced by QwtPlotScaleItem::draw().
QColorGroup QwtPlotScaleItem::PrivateData::colorGroup |
Definition at line 35 of file qwt_plot_scaleitem.cpp.
Referenced by QwtPlotScaleItem::colorGroup(), QwtPlotScaleItem::draw(), and QwtPlotScaleItem::setColorGroup().
Definition at line 39 of file qwt_plot_scaleitem.cpp.
Referenced by QwtPlotScaleItem::draw(), QwtPlotScaleItem::font(), and QwtPlotScaleItem::setFont().
Definition at line 40 of file qwt_plot_scaleitem.cpp.
Referenced by QwtPlotScaleItem::draw(), QwtPlotScaleItem::position(), QwtPlotScaleItem::QwtPlotScaleItem(), and QwtPlotScaleItem::setPosition().
Definition at line 42 of file qwt_plot_scaleitem.cpp.
Referenced by QwtPlotScaleItem::isScaleDivFromAxis(), QwtPlotScaleItem::setScaleDiv(), QwtPlotScaleItem::setScaleDivFromAxis(), and QwtPlotScaleItem::updateScaleDiv().
Definition at line 43 of file qwt_plot_scaleitem.cpp.
Referenced by QwtPlotScaleItem::draw(), QwtPlotScaleItem::QwtPlotScaleItem(), QwtPlotScaleItem::scaleDiv(), QwtPlotScaleItem::scaleDraw(), QwtPlotScaleItem::setAlignment(), QwtPlotScaleItem::setScaleDiv(), QwtPlotScaleItem::setScaleDraw(), QwtPlotScaleItem::updateScaleDiv(), and ~PrivateData().