Arrow implementation that only used lines, with optionally a filled arrow or only lines.
More...
#include <qwt_vectorfield_symbol.h>
|
| | QwtVectorFieldThinArrow (qreal headWidth=6.0) |
| | Constructor.
|
| |
|
virtual | ~QwtVectorFieldThinArrow () QWT_OVERRIDE |
| | Destructor.
|
| |
| virtual void | setLength (qreal length) QWT_OVERRIDE |
| | Set the length of the symbol/arrow.
|
| |
| virtual qreal | length () const QWT_OVERRIDE |
| |
| virtual void | paint (QPainter *) const QWT_OVERRIDE |
| | Draw the symbol/arrow.
|
| |
|
| QwtVectorFieldSymbol () |
| | Constructor.
|
| |
|
virtual | ~QwtVectorFieldSymbol () |
| | Destructor.
|
| |
Arrow implementation that only used lines, with optionally a filled arrow or only lines.
◆ QwtVectorFieldThinArrow()
| QwtVectorFieldThinArrow::QwtVectorFieldThinArrow |
( |
qreal |
headWidth = 6.0 | ) |
|
Constructor.
The length is initialized by headWidth + 4
- Parameters
-
| headWidth | Width of the triangular head |
- See also
- setLength()
◆ length()
| qreal QwtVectorFieldThinArrow::length |
( |
| ) |
const |
|
virtual |
◆ paint()
| void QwtVectorFieldThinArrow::paint |
( |
QPainter * |
| ) |
const |
|
virtual |
◆ setLength()
| void QwtVectorFieldThinArrow::setLength |
( |
qreal |
length | ) |
|
|
virtual |
The documentation for this class was generated from the following files: