DOKK / manpages / debian 12 / libqwt-doc / QwtDialSimpleNeedle.3.en
QwtDialSimpleNeedle(3) Qwt User's Guide QwtDialSimpleNeedle(3)

QwtDialSimpleNeedle - A needle for dial widgets.

#include <qwt_dial_needle.h>

Inherits QwtDialNeedle.


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


QwtDialSimpleNeedle (Style, bool hasKnob=true, const QColor &mid=Qt::gray, const QColor &base=Qt::darkGray)
void setWidth (double width)
double width () const


virtual void drawNeedle (QPainter *, double length, QPalette::ColorGroup) const

A needle for dial widgets.

The following colors are used:

  • QPalette::Mid
    Pointer
  • QPalette::Base
    Knob

See also:

QwtDial, QwtCompass

Style of the needle.

Enumerator

Arrow.
A straight line from the center.

Constructor

Parameters:

style Style
hasKnob With/Without knob
mid Middle color
base Base color

Draw the needle

Parameters:

painter Painter
length Length of the needle
colorGroup Color group, used for painting

Implements QwtDialNeedle.

Set the width of the needle

Parameters:

width Width

See also:

width()

Returns:

the width of the needle

See also:

setWidth()

Generated automatically by Doxygen for Qwt User's Guide from the source code.

Wed Jan 2 2019 Version 6.1.4