QwtLinearScaleEngine(3) | Qwt User's Guide | QwtLinearScaleEngine(3) |
QwtLinearScaleEngine -
#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 align (const
QwtDoubleInterval &, double stepSize) const
A scale engine for linear scales.
The step size will fit into the pattern $re n is an integer.
Align an interval to a step size. The limits of an interval are aligned that both are integer multiples of the step size.
Parameters:
Returns:
Align and divide an interval
Parameters:
See also:
Implements QwtScaleEngine.
Calculate a scale division. Parameters:
See also:
Implements QwtScaleEngine.
Return a transformation, for linear scales
Implements QwtScaleEngine.
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Tue Nov 20 2012 | Version 5.2.3 |