9 #ifndef QWT_POLAR_SPECTROGRAM_H 10 #define QWT_POLAR_SPECTROGRAM_H 44 ApproximatedAtan = 0x01
64 virtual
void draw( QPainter *painter,
66 const QPointF &pole,
double radius,
69 virtual
QwtInterval boundingInterval(
int scaleId ) const QWT_OVERRIDE;
72 virtual QImage renderImage(
74 const QPointF &pole, const QRect &rect ) const;
76 virtual
void renderTile(
78 const QPointF &pole, const QPoint &imagePos,
79 const QRect &tile, QImage *image ) const;
83 void renderTile( const
QwtScaleMap &, const QwtScaleMap &,
84 const QPointF &pole, TileInfo * ) const;
A class representing an interval.
Base class for items on a polar plot.
QFlags< PaintAttribute > PaintAttributes
Paint attributes.
QwtColorMap is used to map values into colors.
QwtRasterData defines an interface to any type of raster data.
An item, which displays a spectrogram.