10 #ifndef QWT_INTERVAL_SYMBOL_H 11 #define QWT_INTERVAL_SYMBOL_H 14 #include <qnamespace.h> 70 void setBrush(
const QBrush& );
71 const QBrush& brush()
const;
73 void setPen(
const QColor&, qreal width = 0.0, Qt::PenStyle = Qt::SolidLine );
74 void setPen(
const QPen& );
75 const QPen& pen()
const;
77 void setStyle(
Style );
80 virtual void draw( QPainter*, Qt::Orientation,
81 const QPointF& from,
const QPointF& to )
const;
constexpr bool operator!=(const optional< T > &lhs, const optional< U > &rhs)
relop
A drawing primitive for displaying an interval like an error bar.
bool operator==(QwtEventPattern::MousePattern b1, QwtEventPattern::MousePattern b2)
Compare operator.