10 #ifndef QWT_POINT_MAPPER_H
11 #define QWT_POINT_MAPPER_H
68 WeedOutIntermediatePoints = 0x04
71 Q_DECLARE_FLAGS( TransformationFlags, TransformationFlag )
76 void setFlags( TransformationFlags );
77 TransformationFlags flags()
const;
79 void setFlag( TransformationFlag,
bool on =
true );
80 bool testFlag( TransformationFlag )
const;
82 void setBoundingRect(
const QRectF& );
83 QRectF boundingRect()
const;
99 const QPen&,
bool antialiased, uint numThreads )
const;
108 Q_DECLARE_OPERATORS_FOR_FLAGS(
QwtPointMapper::TransformationFlags )