
Public Member Functions | |
| virtual QwtText | label (double value) const |
| Convert a value into its representing label. | |
| QwtAnalogClockScaleDraw () | |
Definition at line 15 of file qwt_analog_clock.cpp.
| QwtAnalogClockScaleDraw::QwtAnalogClockScaleDraw | ( | ) | [inline] |
Definition at line 18 of file qwt_analog_clock.cpp.
| virtual QwtText QwtAnalogClockScaleDraw::label | ( | double | value | ) | const [inline, virtual] |
Convert a value into its representing label.
The value is converted to a plain text using QLocale().toString(value). This method is often overloaded by applications to have individual labels.
| value | Value |
Reimplemented from QwtAbstractScaleDraw.
Definition at line 31 of file qwt_analog_clock.cpp.