QWT 7.0.1
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Member Functions | List of all members
QwtCompassMagnetNeedle Class Reference

A magnet needle for compass widgets. More...

#include <qwt_dial_needle.h>

Inheritance diagram for QwtCompassMagnetNeedle:
QwtDialNeedle

Public Types

enum  Style { TriangleStyle , ThinStyle }
 Style of the needle. More...
 

Public Member Functions

 QwtCompassMagnetNeedle (Style=TriangleStyle, const QColor &light=Qt::white, const QColor &dark=Qt::red)
 Constructor.
 
- Public Member Functions inherited from QwtDialNeedle
 QwtDialNeedle ()
 Constructor.
 
virtual ~QwtDialNeedle ()
 Destructor.
 
virtual void setPalette (const QPalette &)
 Sets the palette for the needle.
 
const QPalette & palette () const
 
virtual void draw (QPainter *, const QPointF &center, double length, double direction, QPalette::ColorGroup=QPalette::Active) const
 Draw the needle.
 

Protected Member Functions

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

Detailed Description

A magnet needle for compass widgets.

A magnet needle points to two opposite directions indicating north and south.

The following colors are used:

See also
QwtDial, QwtCompass

Member Enumeration Documentation

◆ Style

Style of the needle.

Enumerator
TriangleStyle 

A needle with a triangular shape.

ThinStyle 

A thin needle.

Member Function Documentation

◆ drawNeedle()

void QwtCompassMagnetNeedle::drawNeedle ( QPainter *  painter,
double  length,
QPalette::ColorGroup  colorGroup 
) const
protectedvirtual

Draw the needle.

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

Implements QwtDialNeedle.


The documentation for this class was generated from the following files: