9 #ifndef QWT_POLAR_MARKER_H
10 #define QWT_POLAR_MARKER_H
13 #include "qwt_polar_global.h"
14 #include "qwt_polar_point.h"
15 #include "qwt_polar_item.h"
44 virtual int rtti()
const;
49 void setSymbol(
const QwtSymbol &s);
50 const QwtSymbol &symbol()
const;
52 void setLabel(
const QwtText&);
53 QwtText label()
const;
55 #if QT_VERSION < 0x040000
56 void setLabelAlignment(
int align);
57 int labelAlignment()
const;
59 void setLabelAlignment(Qt::Alignment);
60 Qt::Alignment labelAlignment()
const;
63 virtual void draw(QPainter *painter,
64 const QwtScaleMap &azimuthMap,
const QwtScaleMap &radialMap,
65 const QwtDoublePoint &pole,
double radius,
66 const QwtDoubleRect &canvasRect)
const;