Qwt User's Guide
5.2.3
|
#include <qwt_thermo.h>
Public Types | |
enum | ScalePos { NoScale, LeftScale, RightScale, TopScale, BottomScale } |
Public Slots | |
void | setValue (double val) |
Public Member Functions | |
QwtThermo (QWidget *parent=NULL) | |
virtual | ~QwtThermo () |
const QBrush & | alarmBrush () const |
const QColor & | alarmColor () const |
bool | alarmEnabled () const |
double | alarmLevel () const |
int | borderWidth () const |
const QBrush & | fillBrush () const |
const QColor & | fillColor () const |
double | maxValue () const |
virtual QSize | minimumSizeHint () const |
double | minValue () const |
int | pipeWidth () const |
const QwtScaleDraw * | scaleDraw () const |
ScalePos | scalePosition () const |
void | setAlarmBrush (const QBrush &b) |
void | setAlarmColor (const QColor &c) |
void | setAlarmEnabled (bool tf) |
void | setAlarmLevel (double v) |
void | setBorderWidth (int w) |
void | setFillBrush (const QBrush &b) |
void | setFillColor (const QColor &c) |
void | setMargin (int m) |
void | setMaxValue (double v) |
void | setMinValue (double v) |
void | setOrientation (Qt::Orientation o, ScalePos s) |
void | setPipeWidth (int w) |
void | setRange (double vmin, double vmax, bool lg=false) |
void | setScaleDraw (QwtScaleDraw *) |
void | setScalePosition (ScalePos s) |
virtual QSize | sizeHint () const |
double | value () const |
![]() | |
QwtAbstractScale () | |
virtual | ~QwtAbstractScale () |
bool | autoScale () const |
const QwtScaleEngine * | scaleEngine () const |
QwtScaleEngine * | scaleEngine () |
const QwtScaleMap & | scaleMap () const |
int | scaleMaxMajor () const |
int | scaleMaxMinor () const |
void | setAutoScale () |
void | setScale (double vmin, double vmax, double step=0.0) |
void | setScale (const QwtDoubleInterval &, double step=0.0) |
void | setScale (const QwtScaleDiv &s) |
void | setScaleEngine (QwtScaleEngine *) |
void | setScaleMaxMajor (int ticks) |
void | setScaleMaxMinor (int ticks) |
Protected Member Functions | |
void | draw (QPainter *p, const QRect &update_rect) |
void | drawThermo (QPainter *p) |
virtual void | fontChange (const QFont &oldFont) |
void | layoutThermo (bool update=true) |
virtual void | paintEvent (QPaintEvent *e) |
virtual void | resizeEvent (QResizeEvent *e) |
virtual void | scaleChange () |
QwtScaleDraw * | scaleDraw () |
![]() | |
const QwtAbstractScaleDraw * | abstractScaleDraw () const |
QwtAbstractScaleDraw * | abstractScaleDraw () |
void | rescale (double vmin, double vmax, double step=0.0) |
void | setAbstractScaleDraw (QwtAbstractScaleDraw *) |
The Thermometer Widget.
QwtThermo is a widget which displays a value in an interval. It supports:
By default, the scale and range run over the same interval of values. QwtAbstractScale::setScale() changes the interval of the scale and allows easy conversion between physical units.
The example shows how to make the scale indicate in degrees Fahrenheit and to set the value in degrees Kelvin:
|
explicit |
Constructor
parent | Parent widget |
const QBrush & QwtThermo::alarmBrush | ( | ) | const |
Return the liquid brush above the alarm threshold.
double QwtThermo::alarmLevel | ( | ) | const |
Return the alarm threshold.
int QwtThermo::borderWidth | ( | ) | const |
Return the border width of the thermometer pipe.
|
protected |
Draw the whole QwtThermo.
painter | Painter |
rect | Update rectangle |
|
protected |
Redraw the liquid in thermometer pipe.
painter | Painter |
const QBrush & QwtThermo::fillBrush | ( | ) | const |
Return the liquid brush.
const QColor & QwtThermo::fillColor | ( | ) | const |
Return the liquid color.
|
protected |
Recalculate the QwtThermo geometry and layout based on the QwtThermo::rect() and the fonts.
update_geometry | notify the layout system and call update to redraw the scale |
|
virtual |
Return a minimum size hint.
|
protectedvirtual |
Qt paint event. event Paint event
int QwtThermo::pipeWidth | ( | ) | const |
Return the width of the pipe.
const QwtScaleDraw * QwtThermo::scaleDraw | ( | ) | const |
|
protected |
QwtThermo::ScalePos QwtThermo::scalePosition | ( | ) | const |
Return the scale position.
void QwtThermo::setAlarmBrush | ( | const QBrush & | brush | ) |
Specify the liquid brush above the alarm threshold.
brush | New brush. The default is solid white. |
void QwtThermo::setAlarmColor | ( | const QColor & | c | ) |
Specify the liquid color above the alarm threshold.
c | New color. The default is white. |
void QwtThermo::setAlarmEnabled | ( | bool | tf | ) |
Enable or disable the alarm threshold.
tf | true (disabled) or false (enabled) |
void QwtThermo::setAlarmLevel | ( | double | level | ) |
void QwtThermo::setBorderWidth | ( | int | width | ) |
void QwtThermo::setFillBrush | ( | const QBrush & | brush | ) |
Change the brush of the liquid.
brush | New brush. The default brush is solid black. |
void QwtThermo::setFillColor | ( | const QColor & | c | ) |
Change the color of the liquid.
c | New color. The default color is black. |
void QwtThermo::setMargin | ( | int | m | ) |
Specify the distance between the pipe's endpoints and the widget's border.
The margin is used to leave some space for the scale labels. If a large font is used, it is advisable to adjust the margins.
m | New Margin. The default values are 10 for horizontal orientation and 20 for vertical orientation. |
void QwtThermo::setMaxValue | ( | double | max | ) |
void QwtThermo::setMinValue | ( | double | min | ) |
void QwtThermo::setOrientation | ( | Qt::Orientation | o, |
ScalePos | s | ||
) |
Set the thermometer orientation and the scale position.
The scale position NoScale disables the scale.
o | orientation. Possible values are Qt::Horizontal and Qt::Vertical. The default value is Qt::Vertical. |
s | Position of the scale. The default value is NoScale. |
A valid combination of scale position and orientation is enforced:
void QwtThermo::setPipeWidth | ( | int | width | ) |
void QwtThermo::setRange | ( | double | vmin, |
double | vmax, | ||
bool | logarithmic = false |
||
) |
Set the range.
vmin | value corresponding lower or left end of the thermometer |
vmax | value corresponding to the upper or right end of the thermometer |
logarithmic | logarithmic mapping, true or false |
void QwtThermo::setScaleDraw | ( | QwtScaleDraw * | scaleDraw | ) |
Set a scale draw.
For changing the labels of the scales, it is necessary to derive from QwtScaleDraw and overload QwtScaleDraw::label().
scaleDraw | ScaleDraw object, that has to be created with new and will be deleted in ~QwtThermo or the next call of setScaleDraw(). |
void QwtThermo::setScalePosition | ( | ScalePos | scalePos | ) |
Change the scale position (and thermometer orientation).
scalePos | Position of the scale. |
A valid combination of scale position and orientation is enforced:
|
slot |
|
virtual |