QwtLog10ScaleEngine(3) | Qwt User's Guide | QwtLog10ScaleEngine(3) |
QwtLog10ScaleEngine -
#include <qwt_scale_engine.h>
Inherits QwtScaleEngine.
virtual void autoScale (int maxSteps, double &x1,
double &x2, double &stepSize) const
virtual QwtScaleDiv divideScale (double x1, double x2, int
numMajorSteps, int numMinorSteps, double stepSize=0.0) const
virtual QwtScaleTransformation * transformation () const
QwtDoubleInterval log10 (const
QwtDoubleInterval &) const
QwtDoubleInterval pow10 (const QwtDoubleInterval &)
const
A scale engine for logarithmic (base 10) scales.
The step size is measured in decades and the major step size will be adjusted to fit the pattern $re n is a natural number including zero.
Warning:
Align and divide an interval
Parameters:
See also:
Implements QwtScaleEngine.
Calculate a scale division. Parameters:
See also:
Implements QwtScaleEngine.
Return the interval [log10(interval.minValue(), log10(interval.maxValue]
Return the interval [pow10(interval.minValue(), pow10(interval.maxValue]
Return a transformation, for logarithmic (base 10) scales
Implements QwtScaleEngine.
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Tue Nov 20 2012 | Version 5.2.3 |