|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
An indicator for the wind direction. More...
#include <qwt_dial_needle.h>
Public Types | |
| enum | Style { Style1 , Style2 } |
| Style of the arrow . More... | |
Public Member Functions | |
| QwtCompassWindArrow (Style, const QColor &light=Qt::white, const QColor &dark=Qt::gray) | |
| Constructor. | |
Public Member Functions inherited from QwtDialNeedle | |
| QwtDialNeedle () | |
| Constructor. | |
| virtual | ~QwtDialNeedle () |
| Destructor. | |
| virtual void | setPalette (const QPalette &) |
| Set the palette for the needle. | |
| const QPalette & | palette () const |
| Return the palette of the needle. | |
| virtual void | draw (QPainter *, const QPointF ¢er, double length, double direction, QPalette::ColorGroup=QPalette::Active) const |
| Draw the needle. | |
Protected Member Functions | |
| virtual void | drawNeedle (QPainter *, double length, QPalette::ColorGroup) const override |
| Draw the needle. | |
Protected Member Functions inherited from QwtDialNeedle | |
| virtual void | drawKnob (QPainter *, double width, const QBrush &, bool sunken) const |
| Draw the knob. | |
An indicator for the wind direction.
| QwtCompassWindArrow::QwtCompassWindArrow | ( | Style | style, |
| const QColor & | light = Qt::white, |
||
| const QColor & | dark = Qt::gray |
||
| ) |
Constructor.
|
overrideprotectedvirtual |
Draw the needle.
| painter | Painter |
| length | Length of the needle |
| colorGroup | Color group, used for painting |
Implements QwtDialNeedle.