Qwt User's Guide  6.2.0
QwtDialSimpleNeedle Class Reference

A needle for dial widgets. More...

#include <qwt_dial_needle.h>

Inheritance diagram for QwtDialSimpleNeedle:

Public Types

enum  Style { Arrow , Ray }
 Style of the needle. More...
 

Public Member Functions

 QwtDialSimpleNeedle (Style, bool hasKnob=true, const QColor &mid=Qt::gray, const QColor &base=Qt::darkGray)
 
void setWidth (double width)
 
double width () const
 
- 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

A needle for dial widgets.

The following colors are used:

  • QPalette::Mid
    Pointer
  • QPalette::Base
    Knob
See also
QwtDial, QwtCompass

Definition at line 81 of file qwt_dial_needle.h.

Member Enumeration Documentation

◆ Style

Style of the needle.

Enumerator
Arrow 

Arrow.

Ray 

A straight line from the center.

Definition at line 85 of file qwt_dial_needle.h.

Constructor & Destructor Documentation

◆ QwtDialSimpleNeedle()

QwtDialSimpleNeedle::QwtDialSimpleNeedle ( Style  style,
bool  hasKnob = true,
const QColor &  mid = Qt::gray,
const QColor &  base = Qt::darkGray 
)

Constructor

Parameters
styleStyle
hasKnobWith/Without knob
midMiddle color
baseBase color

Definition at line 273 of file qwt_dial_needle.cpp.

Member Function Documentation

◆ drawNeedle()

void QwtDialSimpleNeedle::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 312 of file qwt_dial_needle.cpp.

◆ setWidth()

void QwtDialSimpleNeedle::setWidth ( double  width)

Set the width of the needle

Parameters
widthWidth
See also
width()

Definition at line 291 of file qwt_dial_needle.cpp.

◆ width()

double QwtDialSimpleNeedle::width ( ) const
Returns
the width of the needle
See also
setWidth()

Definition at line 300 of file qwt_dial_needle.cpp.