A special scale draw made for QwtDial. More...
#include <qwt_dial.h>
Public Member Functions | |
QwtDialScaleDraw (QwtDial *) | |
virtual QwtText | label (double value) const |
void | setPenWidth (double) |
double | penWidth () const |
A special scale draw made for QwtDial.
QwtDialScaleDraw::QwtDialScaleDraw | ( | QwtDial * | parent | ) | [explicit] |
Constructor
parent | Parent dial widget |
QwtText QwtDialScaleDraw::label | ( | double | value | ) | const [virtual] |
Call QwtDial::scaleLabel of the parent dial widget.
value | Value to display |
Reimplemented from QwtAbstractScaleDraw.
double QwtDialScaleDraw::penWidth | ( | ) | const |
Reimplemented from QwtAbstractScaleDraw.
void QwtDialScaleDraw::setPenWidth | ( | double | penWidth | ) |
Set the pen width used for painting the scale
penWidth | Pen width |