9 #ifndef QWT_POLAR_SPECTROGRAM_H 10 #define QWT_POLAR_SPECTROGRAM_H 44 ApproximatedAtan = 0x01
63 virtual
void draw( QPainter* painter,
65 const QPointF& pole,
double radius,
68 virtual
QwtInterval boundingInterval(
int scaleId ) const QWT_OVERRIDE;
71 virtual QImage renderImage(
73 const QPointF& pole, const QRect& rect ) const;
75 virtual
void renderTile(
77 const QPointF& pole, const QPoint& imagePos,
78 const QRect& tile, QImage* image ) const;
82 void renderTileInfo( const
QwtScaleMap&, const QwtScaleMap&,
83 const QPointF& pole, TileInfo* ) const;
A class representing an interval.
Base class for items on a polar plot.
QwtColorMap is used to map values into colors.
QwtRasterData defines an interface to any type of raster data.
An item, which displays a spectrogram.