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
Definition at line 86 of file qwt_dial.cpp. |
|
Call QwtDial::scaleLabel of the parent dial widget.
Reimplemented from QwtScaleDraw. Definition at line 144 of file qwt_dial.cpp. References QwtScaleDraw::label(), and QwtDial::scaleLabel(). |
|
Definition at line 132 of file qwt_dial.cpp. |
|
Set the pen width used for painting the scale
Definition at line 123 of file qwt_dial.cpp. 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.
Definition at line 102 of file qwt_dial.cpp. Referenced by QwtDial::setScaleOptions(). |
|
Return wether to display labels.
Definition at line 111 of file qwt_dial.cpp. |