Definition at line 29 of file qwt_dial.h.
Public Member Functions | |
QwtDialScaleDraw (QwtDial *) | |
virtual QwtText | label (double value) const |
void | setPenWidth (uint) |
uint | penWidth () const |
QwtDialScaleDraw::QwtDialScaleDraw | ( | QwtDial * | parent | ) | [explicit] |
QwtText QwtDialScaleDraw::label | ( | double | value | ) | const [virtual] |
Call QwtDial::scaleLabel of the parent dial widget.
value | Value to display |
Reimplemented from QwtAbstractScaleDraw.
Definition at line 111 of file qwt_dial.cpp.
References QwtAbstractScaleDraw::label(), and QwtDial::scaleLabel().
void QwtDialScaleDraw::setPenWidth | ( | uint | penWidth | ) |
Set the pen width used for painting the scale
penWidth | Pen width |
Definition at line 90 of file qwt_dial.cpp.
Referenced by QwtDial::setScaleTicks().
uint QwtDialScaleDraw::penWidth | ( | ) | const |
Definition at line 99 of file qwt_dial.cpp.