QwtIntervalSymbol
A drawing primitive for displaying an interval like an error bar.
- Provided by: libqwt-doc (Version: 6.0.0-1.2)
- Source: qwt
- Report a bug
A drawing primitive for displaying an interval like an error bar.
#include <qwt_interval_symbol.h>
enum Style { NoSymbol = -1, Bar, Box,
UserSymbol = 1000 }
QwtIntervalSymbol (Style=NoSymbol)
QwtIntervalSymbol (const QwtIntervalSymbol &)
virtual ~QwtIntervalSymbol ()
QwtIntervalSymbol & operator= (const
QwtIntervalSymbol &)
bool operator== (const QwtIntervalSymbol &) const
bool operator!= (const QwtIntervalSymbol &) const
void setWidth (int)
int width () const
void setBrush (const QBrush &b)
const QBrush & brush () const
void setPen (const QPen &)
const QPen & pen () const
void setStyle (Style)
Style style () const
virtual void draw (QPainter *, Qt::Orientation, const QPointF
&from, const QPointF &to) const
A drawing primitive for displaying an interval like an error bar.
See also:
Symbol style.
Enumerator:
Parameters:
See also:
Copy constructor.
Destructor.
See also:
Parameters:
See also:
Compare two symbols.
Assignment operator.
Compare two symbols.
See also:
Assign a brush. The brush is used for the Box style.
Parameters:
See also:
Parameters:
See also:
Parameters:
See also:
Parameters:
See also:
See also:
See also:
Generated automatically by Doxygen for Qwt User's Guide from the source code.