Definition at line 30 of file qwt_dial.h.
Public Member Functions | |
QwtDialScaleDraw (QwtDial *) | |
virtual QString | label (double value) const |
void | showLabels (bool) |
bool | visibleLabels () const |
void | setPenWidth (uint) |
uint | penWidth () const |
|
Constructor
|
|
Call QwtDial::scaleLabel of the parent dial widget.
Reimplemented from QwtScaleDraw. Definition at line 85 of file qwt_dial.cpp. References QwtScaleDraw::label(), and QwtDial::scaleLabel(). |
|
Referenced by QwtDial::drawScale(). |
|
Set the pen width used for painting the scale
Referenced by QwtDial::setScaleTicks(). |
|
En/disable labels If labels are disabled, QwtDialScaleDraw::label returns always QString::null. Otherwise it calls QwtDial::scaleLabel of the parent dial.
Referenced by QwtDial::setScaleOptions(). |
|
Return wether to display labels.
|