Qwt User's Guide  6.2.0
QwtCompassWindArrow Class Reference

An indicator for the wind direction. More...

#include <qwt_dial_needle.h>

Inheritance diagram for QwtCompassWindArrow:

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
 QwtDialNeedle ()
 Constructor.
 
virtual ~QwtDialNeedle ()
 Destructor.
 
virtual void setPalette (const QPalette &)
 
const QPalette & palette () const
 
virtual void draw (QPainter *, const QPointF &center, double length, double direction, QPalette::ColorGroup=QPalette::Active) const
 

Protected Member Functions

virtual void drawNeedle (QPainter *, double length, QPalette::ColorGroup) const override
 
- Protected Member Functions inherited from QwtDialNeedle
virtual void drawKnob (QPainter *, double width, const QBrush &, bool sunken) const
 Draw the knob.
 

Detailed Description

An indicator for the wind direction.

QwtCompassWindArrow shows the direction where the wind comes from.

  • QPalette::Light
    Used for Style1, or the light half of Style2
  • QPalette::Dark
    Used for the dark half of Style2
See also
QwtDial, QwtCompass

Definition at line 164 of file qwt_dial_needle.h.

Member Enumeration Documentation

◆ Style

Style of the arrow.

Enumerator
Style1 

A needle pointing to the center.

Style2 

A needle pointing to the center.

Definition at line 168 of file qwt_dial_needle.h.

Constructor & Destructor Documentation

◆ QwtCompassWindArrow()

QwtCompassWindArrow::QwtCompassWindArrow ( Style  style,
const QColor &  light = Qt::white,
const QColor &  dark = Qt::gray 
)

Constructor

Parameters
styleArrow style
lightLight color
darkDark color

Definition at line 409 of file qwt_dial_needle.cpp.

Member Function Documentation

◆ drawNeedle()

void QwtCompassWindArrow::drawNeedle ( QPainter *  painter,
double  length,
QPalette::ColorGroup  colorGroup 
) const
overrideprotectedvirtual

Draw the needle

Parameters
painterPainter
lengthLength of the needle
colorGroupColor group, used for painting

Implements QwtDialNeedle.

Definition at line 427 of file qwt_dial_needle.cpp.