QwtScaleMap(3) | Qwt User's Guide | QwtScaleMap(3) |
QwtScaleMap - A scale map.
#include <qwt_scale_map.h>
QwtScaleMap ()
Constructor. QwtScaleMap (const QwtScaleMap &)
Copy constructor. ~QwtScaleMap ()
QwtScaleMap & operator= (const QwtScaleMap &)
Assignment operator. void setTransformation (QwtTransform *)
const QwtTransform * transformation () const
Get the transformation. void setPaintInterval (double p1, double
p2)
Specify the borders of the paint device interval. void setScaleInterval
(double s1, double s2)
Specify the borders of the scale interval. double transform (double s)
const
double invTransform (double p) const
double p1 () const
double p2 () const
double s1 () const
double s2 () const
double pDist () const
double sDist () const
bool isInverting () const
static QRectF transform (const QwtScaleMap &,
const QwtScaleMap &, const QRectF &)
static QRectF invTransform (const QwtScaleMap &, const
QwtScaleMap &, const QRectF &)
static QPointF transform (const QwtScaleMap &, const
QwtScaleMap &, const QPointF &)
static QPointF invTransform (const QwtScaleMap &, const
QwtScaleMap &, const QPointF &)
A scale map.
QwtScaleMap offers transformations from the coordinate system of a scale into the linear coordinate system of a paint device and vice versa.
Constructor. The scale and paint device intervals are both set to [0,1].
Destructor
Transform an paint device value into a value in the interval of the scale.
Parameters:
Returns:
See also:
Transform a rectangle from paint to scale coordinates
Parameters:
Returns:
See also:
Transform a rectangle from paint to scale coordinates
Parameters:
Returns:
See also:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Specify the borders of the paint device interval.
Parameters:
Specify the borders of the scale interval.
Parameters:
Warning:
Initialize the map with a transformation
Transform a point related to the scale interval into an point related to the interval of the paint device
Parameters:
Returns:
See also:
Transform a rectangle from scale to paint coordinates
Parameters:
Returns:
See also:
Transform a point from scale to paint coordinates
Parameters:
Returns:
See also:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Wed Jan 2 2019 | Version 6.1.4 |