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.
Definition at line 26 of file qwt_scale_map.h.
Constructor. The scale and paint device intervals are both set to [0,1].
Definition at line 21 of file qwt_scale_map.cpp.
Copy constructor.
Definition at line 33 of file qwt_scale_map.cpp.
Destructor
Definition at line 49 of file qwt_scale_map.cpp.
Transform a rectangle from paint to scale coordinates
Parameters
xMap X map
yMap Y map
pos Position in paint coordinates
Returns
Position in scale coordinates
See also
transform()
Definition at line 187 of file qwt_scale_map.cpp.
Transform a rectangle from paint to scale coordinates
Parameters
xMap X map
yMap Y map
rect Rectangle in paint coordinates
Returns
Rectangle in scale coordinates
See also
transform()
Definition at line 224 of file qwt_scale_map.cpp.
Transform an paint device value into a value in the interval of the scale.
Parameters
p Value relative to the coordinates of the paint device
Returns
Transformed value
See also
transform()
Definition at line 154 of file qwt_scale_map.h.
Returns
True, when ( p1() < p2() ) != ( s1() < s2() )
Definition at line 164 of file qwt_scale_map.h.
Assignment operator.
Definition at line 55 of file qwt_scale_map.cpp.
Returns
First border of the paint interval
Definition at line 99 of file qwt_scale_map.h.
Returns
Second border of the paint interval
Definition at line 107 of file qwt_scale_map.h.
Returns
qwtAbs(p2() - p1())
Definition at line 115 of file qwt_scale_map.h.
Returns
First border of the scale interval
Definition at line 83 of file qwt_scale_map.h.
Returns
Second border of the scale interval
Definition at line 91 of file qwt_scale_map.h.
Returns
qwtAbs(s2() - s1())
Definition at line 123 of file qwt_scale_map.h.
Specify the borders of the paint device interval.
Parameters
p1 first border
p2 second border
Definition at line 119 of file qwt_scale_map.cpp.
Specify the borders of the scale interval.
Parameters
s1 first border
s2 second border
Warning
scales might be aligned to transformation depending boundaries
Definition at line 100 of file qwt_scale_map.cpp.
Initialize the map with a transformation
Definition at line 76 of file qwt_scale_map.cpp.
Transform a point from scale to paint coordinates
Parameters
xMap X map
yMap Y map
pos Position in scale coordinates
Returns
Position in paint coordinates
See also
invTransform()
Definition at line 206 of file qwt_scale_map.cpp.
Transform a rectangle from scale to paint coordinates
Parameters
xMap X map
yMap Y map
rect Rectangle in scale coordinates
Returns
Rectangle in paint coordinates
See also
invTransform()
Definition at line 153 of file qwt_scale_map.cpp.
Transform a point related to the scale interval into an point related to the interval of the paint device
Parameters
s Value relative to the coordinates of the scale
Returns
Transformed value
See also
invTransform()
Definition at line 137 of file qwt_scale_map.h.
Get the transformation.
Definition at line 88 of file qwt_scale_map.cpp.
Generated automatically by Doxygen for Qwt User’s Guide from the source code.