|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
A needle for dial widgets. More...
#include <qwt_dial_needle.h>
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) | |
| Constructor. | |
| void | setWidth (double width) |
| Set the width of the needle. | |
| double | width () const |
| Return the width of the needle. | |
Public Member Functions inherited from QwtDialNeedle | |
| QwtDialNeedle () | |
| Constructor. | |
| virtual | ~QwtDialNeedle () |
| Destructor. | |
| virtual void | setPalette (const QPalette &) |
| Set the palette for the needle. | |
| const QPalette & | palette () const |
| Return the palette of the needle. | |
| virtual void | draw (QPainter *, const QPointF ¢er, double length, double direction, QPalette::ColorGroup=QPalette::Active) const |
| Draw the needle. | |
Protected Member Functions | |
| virtual void | drawNeedle (QPainter *, double length, QPalette::ColorGroup) const override |
| Draw the needle. | |
Protected Member Functions inherited from QwtDialNeedle | |
| virtual void | drawKnob (QPainter *, double width, const QBrush &, bool sunken) const |
| Draw the knob. | |
A needle for dial widgets.
| QwtDialSimpleNeedle::QwtDialSimpleNeedle | ( | Style | style, |
| bool | hasKnob = true, |
||
| const QColor & | mid = Qt::gray, |
||
| const QColor & | base = Qt::darkGray |
||
| ) |
Constructor.
|
overrideprotectedvirtual |
Draw the needle.
| painter | Painter |
| length | Length of the needle |
| colorGroup | Color group, used for painting |
Implements QwtDialNeedle.
| void QwtDialSimpleNeedle::setWidth | ( | double | width | ) |
Set the width of the needle.
| double QwtDialSimpleNeedle::width | ( | ) | const |
Return the width of the needle.