- bookworm 6.1.4-2
- testing 6.1.4-2
- unstable 6.1.4-2
- experimental 6.2.0-1
QwtDialSimpleNeedle(3) | Qwt User's Guide | QwtDialSimpleNeedle(3) |
NAME¶
QwtDialSimpleNeedle - A needle for dial widgets.
SYNOPSIS¶
#include <qwt_dial_needle.h>
Inherits QwtDialNeedle.
Public Types¶
enum Style { Arrow, Ray }
Style of the needle.
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
Protected Member Functions¶
virtual void drawNeedle (QPainter *, double length,
QPalette::ColorGroup) const
Detailed Description¶
A needle for dial widgets.
The following colors are used:
- QPalette::Mid
Pointer - QPalette::Base
Knob
See also:
Member Enumeration Documentation¶
enum QwtDialSimpleNeedle::Style¶
Style of the needle.
Enumerator
Constructor & Destructor Documentation¶
QwtDialSimpleNeedle::QwtDialSimpleNeedle (Style style, bool hasKnob = true, const QColor & mid = Qt::gray, const QColor & base = Qt::darkGray)¶
Constructor
Parameters:
hasKnob With/Without knob
mid Middle color
base Base color
Member Function Documentation¶
void QwtDialSimpleNeedle::drawNeedle (QPainter * painter, double length, QPalette::ColorGroup colorGroup) const [protected], [virtual]¶
Draw the needle
Parameters:
length Length of the needle
colorGroup Color group, used for painting
Implements QwtDialNeedle.
void QwtDialSimpleNeedle::setWidth (double width)¶
Set the width of the needle
Parameters:
See also:
double QwtDialSimpleNeedle::width () const¶
Returns:
See also:
Author¶
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Wed Jan 2 2019 | Version 6.1.4 |