10 #ifndef QWT_PLOT_ZONE_ITEM_H 11 #define QWT_PLOT_ZONE_ITEM_H 38 virtual int rtti()
const;
40 void setOrientation( Qt::Orientation );
41 Qt::Orientation orientation()
const;
43 void setInterval(
double min,
double max );
47 void setPen(
const QColor &, qreal width = 0.0, Qt::PenStyle = Qt::SolidLine );
48 void setPen(
const QPen & );
49 const QPen &pen()
const;
51 void setBrush(
const QBrush & );
52 const QBrush &brush()
const;
54 virtual void draw( QPainter *,
56 const QRectF &)
const;
virtual void draw(QPainter *painter, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRectF &canvasRect) const =0
Draw the item.
A class representing an interval.
A plot item, which displays a zone.
Base class for items on the plot canvas.
virtual QRectF boundingRect() const