27#ifndef QWT_INTERVAL_SYMBOL_H
28#define QWT_INTERVAL_SYMBOL_H
30#include "qwt_global.h"
31#include <qnamespace.h>
87 void setBrush(
const QBrush& );
88 const QBrush& brush()
const;
90 void setPen(
const QColor&, qreal width = 0.0, Qt::PenStyle = Qt::SolidLine );
91 void setPen(
const QPen& );
92 const QPen& pen()
const;
94 void setStyle( Style );
97 virtual void draw( QPainter*, Qt::Orientation,
98 const QPointF& from,
const QPointF& to )
const;
A drawing primitive for displaying an interval like an error bar.
Definition qwt_interval_symbol.h:45
Style
Symbol style.
Definition qwt_interval_symbol.h:49
@ Bar
The symbol displays a line with caps at the beginning/end.
Definition qwt_interval_symbol.h:57
@ Box
The symbol displays a plain rectangle using pen() and brush().
Definition qwt_interval_symbol.h:64