QwtScaleTransformation(3) | Qwt User's Guide | QwtScaleTransformation(3) |
QwtScaleTransformation -
#include <qwt_scale_map.h>
enum Type { Linear, Log10, Other }
QwtScaleTransformation (Type type)
virtual ~QwtScaleTransformation ()
virtual QwtScaleTransformation * copy () const
virtual double invXForm (double x, double p1, double p2, double s1,
double s2) const
Type type () const
virtual double xForm (double x, double s1, double s2, double p1, double
p2) const
Operations for linear or logarithmic (base 10) transformations.
Transform a value from the coordinate system of the paint device into the coordinate system of a scale. Parameters:
Returns:
Returns:
Transform a value from the coordinate system of a scale into the coordinate system of the paint device. Parameters:
Returns:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Tue Nov 20 2012 | Version 5.2.3 |