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) | |
Public Member Functions inherited from QwtDialNeedle | |
virtual void | draw (QPainter *painter, const QPointF ¢er, double length, double direction, QPalette::ColorGroup=QPalette::Active) const |
const QPalette & | palette () const |
QwtDialNeedle () | |
Constructor. More... | |
virtual void | setPalette (const QPalette &) |
virtual | ~QwtDialNeedle () |
Destructor. More... | |
Protected Member Functions | |
virtual void | drawNeedle (QPainter *, double length, QPalette::ColorGroup) const |
Protected Member Functions inherited from QwtDialNeedle | |
virtual void | drawKnob (QPainter *, double width, const QBrush &, bool sunken) const |
Draw the knob. More... | |
Private Attributes | |
Style | d_style |
An indicator for the wind direction.
QwtCompassWindArrow shows the direction where the wind comes from.
Definition at line 165 of file qwt_dial_needle.h.
Style of the arrow.
Enumerator | |
---|---|
Style1 |
A needle pointing to the center. |
Style2 |
A needle pointing to the center. |
Definition at line 169 of file qwt_dial_needle.h.
QwtCompassWindArrow::QwtCompassWindArrow | ( | Style | style, |
const QColor & | light = Qt::white , |
||
const QColor & | dark = Qt::gray |
||
) |
Constructor
style | Arrow style |
light | Light color |
dark | Dark color |
Definition at line 415 of file qwt_dial_needle.cpp.
|
protectedvirtual |
Draw the needle
painter | Painter |
length | Length of the needle |
colorGroup | Color group, used for painting |
Implements QwtDialNeedle.
Definition at line 433 of file qwt_dial_needle.cpp.
|
private |
Definition at line 186 of file qwt_dial_needle.h.