Public Member Functions | |
PrivateData () | |
Public Attributes | |
int | referenceAxis |
RescalePolicy | rescalePolicy |
QwtPlotRescaler::AxisData | axisData [QwtPlot::axisCnt] |
bool | isEnabled |
int | inReplot |
Definition at line 34 of file qwt_plot_rescaler.cpp.
QwtPlotRescaler::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 37 of file qwt_plot_rescaler.cpp.
: referenceAxis(QwtPlot::xBottom), rescalePolicy(QwtPlotRescaler::Expanding), isEnabled(false), inReplot(0) { }
QwtPlotRescaler::AxisData QwtPlotRescaler::PrivateData::axisData[QwtPlot::axisCnt] |
Definition at line 47 of file qwt_plot_rescaler.cpp.
Referenced by QwtPlotRescaler::aspectRatio(), QwtPlotRescaler::expandingDirection(), QwtPlotRescaler::intervalHint(), QwtPlotRescaler::setAspectRatio(), QwtPlotRescaler::setExpandingDirection(), QwtPlotRescaler::setIntervalHint(), and QwtPlotRescaler::updateScales().
int QwtPlotRescaler::PrivateData::inReplot [mutable] |
Definition at line 50 of file qwt_plot_rescaler.cpp.
Referenced by QwtPlotRescaler::updateScales().
Definition at line 48 of file qwt_plot_rescaler.cpp.
Referenced by QwtPlotRescaler::isEnabled(), and QwtPlotRescaler::setEnabled().
Definition at line 45 of file qwt_plot_rescaler.cpp.
Referenced by QwtPlotRescaler::QwtPlotRescaler(), QwtPlotRescaler::referenceAxis(), and QwtPlotRescaler::setReferenceAxis().
Definition at line 46 of file qwt_plot_rescaler.cpp.
Referenced by QwtPlotRescaler::QwtPlotRescaler(), QwtPlotRescaler::rescalePolicy(), and QwtPlotRescaler::setRescalePolicy().