10 #ifndef QWT_POINT_MAPPER_H    11 #define QWT_POINT_MAPPER_H    13 #include "qwt_global.h"    14 #include "qwt_series_data.h"    57     void setFlags( TransformationFlags );
    58     TransformationFlags flags() 
const;
    63     void setBoundingRect( 
const QRectF & );
    64     QRectF boundingRect() 
const;
    80         const QPen &, 
bool antialiased, uint numThreads ) 
const;
 A scale map. 
Definition: qwt_scale_map.h:30
QFlags< TransformationFlag > TransformationFlags
Flags affecting the transformation process. 
Definition: qwt_point_mapper.h:52
TransformationFlag
Flags affecting the transformation process. 
Definition: qwt_point_mapper.h:36
A helper class for translating a series of points. 
Definition: qwt_point_mapper.h:29