Qwt User's Guide
svn
|
#include <qwt_dial_needle.h>
Inherits QwtDialNeedle.
Public Types | |
enum | Style { Arrow, Ray } |
Public Member Functions | |
virtual void | draw (QPainter *painter, const QPointF ¢er, double length, double direction, QPalette::ColorGroup=QPalette::Active) const |
const QPalette & | palette () const |
QwtDialSimpleNeedle (Style, bool hasKnob=true, const QColor &mid=Qt::gray, const QColor &base=Qt::darkGray) | |
virtual void | setPalette (const QPalette &) |
void | setWidth (double width) |
double | width () const |
Protected Member Functions | |
virtual void | drawKnob (QPainter *, double width, const QBrush &, bool sunken) const |
virtual void | drawNeedle (QPainter *, double length, QPalette::ColorGroup) const |
A needle for dial widgets.
The following colors are used:
QwtDialSimpleNeedle::QwtDialSimpleNeedle | ( | Style | style, |
bool | hasKnob = true , |
||
const QColor & | mid = Qt::gray , |
||
const QColor & | base = Qt::darkGray |
||
) |
Constructor
style | Style |
hasKnob | With/Without knob |
mid | Middle color |
base | Base color |
void QwtDialNeedle::draw | ( | QPainter * | painter, |
const QPointF & | center, | ||
double | length, | ||
double | direction, | ||
QPalette::ColorGroup | colorGroup = QPalette::Active |
||
) | const [virtual, inherited] |
Draw the needle
painter | Painter |
center | Center of the dial, start position for the needle |
length | Length of the needle |
direction | Direction of the needle, in degrees counter clockwise |
colorGroup | Color group, used for painting |
void QwtDialNeedle::drawKnob | ( | QPainter * | painter, |
double | width, | ||
const QBrush & | brush, | ||
bool | sunken | ||
) | const [protected, virtual, inherited] |
Draw the knob.
void QwtDialSimpleNeedle::drawNeedle | ( | QPainter * | painter, |
double | length, | ||
QPalette::ColorGroup | colorGroup | ||
) | const [protected, virtual] |
Draw the needle
painter | Painter |
length | Length of the needle |
colorGroup | Color group, used for painting |
Implements QwtDialNeedle.
const QPalette & QwtDialNeedle::palette | ( | ) | const [inherited] |
void QwtDialNeedle::setPalette | ( | const QPalette & | palette | ) | [virtual, inherited] |
Sets the palette for the needle.
palette | New Palette |
void QwtDialSimpleNeedle::setWidth | ( | double | width | ) |
double QwtDialSimpleNeedle::width | ( | ) | const |