QwtScaleEngine(3) | Qwt User's Guide | QwtScaleEngine(3) |
QwtScaleEngine -
#include <qwt_scale_engine.h>
Inherited by QwtLinearScaleEngine, and QwtLog10ScaleEngine.
enum Attribute { NoAttribute = 0,
IncludeReference = 1, Symmetric = 2, Floating = 4,
Inverted = 8 }
QwtScaleEngine ()
virtual ~QwtScaleEngine ()
int attributes () const
virtual void autoScale (int maxNumSteps, double &x1, double
&x2, double &stepSize) const =0
virtual QwtScaleDiv divideScale (double x1, double x2, int
maxMajSteps, int maxMinSteps, double stepSize=0.0) const =0
double lowerMargin () const
double reference () const
void setAttribute (Attribute, bool on=true)
void setAttributes (int)
void setMargins (double lower, double upper)
void setReference (double reference)
bool testAttribute (Attribute) const
virtual QwtScaleTransformation * transformation () const =0
double upperMargin () const
QwtDoubleInterval buildInterval (double v) const
bool contains (const QwtDoubleInterval &, double val) const
double divideInterval (double interval, int numSteps) const
QwtValueList strip (const QwtValueList &, const
QwtDoubleInterval &) const
Base class for scale engines.
A scale engine trys to find 'reasonable' ranges and step sizes for scales.
The layout of the scale can be varied with setAttribute().
Qwt offers implementations for logarithmic (log10) and linear scales. Contributions for other types of scale engines (date/time, log2 ... ) are welcome.
See also:
Return the scale attributes
See also:
Align and divide an interval
Parameters:
Implemented in QwtLog10ScaleEngine, and QwtLinearScaleEngine.
Build an interval for a value. In case of v == 0.0 the interval is [-0.5, 0.5], otherwide it is [0.5 * v, 1.5 * v]
Check if an interval 'contains' a value
Parameters:
See also:
Calculate a step size for an interval size
Parameters:
Returns:
Calculate a scale division. Parameters:
Implemented in QwtLog10ScaleEngine, and QwtLinearScaleEngine.
Returns:
See also:
Returns:
See also:
Change a scale attribute
Parameters:
See also:
Change the scale attribute
Parameters:
See also:
Specify margins at the scale's endpoints. Parameters:
Margins can be used to leave a minimum amount of space between the enclosed intervals and the boundaries of the scale.
Warning:
See also:
Specify a reference point. Parameters:
The reference point is needed if options IncludeReference or Symmetric are active. Its default value is 0.0.
See also:
Remove ticks from a list, that are not inside an interval
Parameters:
Returns:
Check if a attribute is set.
Parameters:
See also:
Returns:
Implemented in QwtLog10ScaleEngine, and QwtLinearScaleEngine.
Returns:
See also:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Tue Nov 20 2012 | Version 5.2.3 |