Qwt User's Guide
6.1.6
|
The Thermometer Widget. More...
#include <qwt_thermo.h>
Public Types | |
enum | ScalePosition { NoScale, LeadingScale, TrailingScale } |
enum | OriginMode { OriginMinimum, OriginMaximum, OriginCustom } |
Public Slots | |
virtual void | setValue (double) |
Public Member Functions | |
QwtThermo (QWidget *parent=NULL) | |
virtual | ~QwtThermo () |
Destructor. | |
void | setOrientation (Qt::Orientation) |
Set the orientation. More... | |
Qt::Orientation | orientation () const |
void | setScalePosition (ScalePosition) |
Change the position of the scale. More... | |
ScalePosition | scalePosition () const |
void | setSpacing (int) |
Change the spacing between pipe and scale. More... | |
int | spacing () const |
void | setBorderWidth (int) |
int | borderWidth () const |
void | setOriginMode (OriginMode) |
Change how the origin is determined. More... | |
OriginMode | originMode () const |
void | setOrigin (double) |
Specifies the custom origin. More... | |
double | origin () const |
void | setFillBrush (const QBrush &) |
Change the brush of the liquid. More... | |
QBrush | fillBrush () const |
void | setAlarmBrush (const QBrush &) |
Specify the liquid brush above the alarm threshold. More... | |
QBrush | alarmBrush () const |
void | setAlarmLevel (double) |
double | alarmLevel () const |
void | setAlarmEnabled (bool) |
Enable or disable the alarm threshold. More... | |
bool | alarmEnabled () const |
void | setColorMap (QwtColorMap *) |
Assign a color map for the fill color. More... | |
QwtColorMap * | colorMap () |
const QwtColorMap * | colorMap () const |
void | setPipeWidth (int) |
int | pipeWidth () const |
void | setRangeFlags (QwtInterval::BorderFlags) |
Exclude/Include min/max values. More... | |
QwtInterval::BorderFlags | rangeFlags () const |
double | value () const |
Return the value. | |
virtual QSize | sizeHint () const |
virtual QSize | minimumSizeHint () const |
void | setScaleDraw (QwtScaleDraw *) |
Set a scale draw. More... | |
const QwtScaleDraw * | scaleDraw () const |
Public Member Functions inherited from QwtAbstractScale | |
QwtAbstractScale (QWidget *parent=NULL) | |
virtual | ~QwtAbstractScale () |
Destructor. | |
void | setScale (double lowerBound, double upperBound) |
Specify a scale. More... | |
void | setScale (const QwtInterval &) |
Specify a scale. More... | |
void | setScale (const QwtScaleDiv &) |
Specify a scale. More... | |
const QwtScaleDiv & | scaleDiv () const |
void | setLowerBound (double value) |
double | lowerBound () const |
void | setUpperBound (double value) |
double | upperBound () const |
void | setScaleStepSize (double stepSize) |
Set the step size used for calculating a scale division. More... | |
double | scaleStepSize () const |
void | setScaleMaxMajor (int ticks) |
Set the maximum number of major tick intervals. More... | |
int | scaleMaxMinor () const |
void | setScaleMaxMinor (int ticks) |
Set the maximum number of minor tick intervals. More... | |
int | scaleMaxMajor () const |
void | setScaleEngine (QwtScaleEngine *) |
Set a scale engine. More... | |
const QwtScaleEngine * | scaleEngine () const |
QwtScaleEngine * | scaleEngine () |
int | transform (double) const |
double | invTransform (int) const |
bool | isInverted () const |
double | minimum () const |
double | maximum () const |
const QwtScaleMap & | scaleMap () const |
Protected Member Functions | |
virtual void | drawLiquid (QPainter *, const QRect &) const |
virtual void | scaleChange () |
Notify a scale change. | |
virtual void | paintEvent (QPaintEvent *) |
virtual void | resizeEvent (QResizeEvent *) |
virtual void | changeEvent (QEvent *) |
QwtScaleDraw * | scaleDraw () |
QRect | pipeRect () const |
QRect | fillRect (const QRect &) const |
Calculate the filled rectangle of the pipe. More... | |
QRect | alarmRect (const QRect &) const |
Calculate the alarm rectangle of the pipe. More... | |
Protected Member Functions inherited from QwtAbstractScale | |
void | rescale (double lowerBound, double upperBound, double stepSize) |
void | setAbstractScaleDraw (QwtAbstractScaleDraw *) |
Set a scale draw. More... | |
const QwtAbstractScaleDraw * | abstractScaleDraw () const |
QwtAbstractScaleDraw * | abstractScaleDraw () |
The Thermometer Widget.
QwtThermo is a widget which displays a value in an interval. It supports:
The fill colors might be calculated from an optional color map If no color map has been assigned QwtThermo uses the following colors/brushes from the widget palette:
Origin mode. This property specifies where the beginning of the liquid is placed.
Enumerator | |
---|---|
OriginMinimum | The origin is the minimum of the scale. |
OriginMaximum | The origin is the maximum of the scale. |
OriginCustom | The origin is specified using the origin() property. |
Position of the scale
|
explicit |
Constructor
parent | Parent widget |
QBrush QwtThermo::alarmBrush | ( | ) | const |
bool QwtThermo::alarmEnabled | ( | ) | const |
double QwtThermo::alarmLevel | ( | ) | const |
|
protected |
Calculate the alarm rectangle of the pipe.
fillRect | Filled rectangle in the pipe |
int QwtThermo::borderWidth | ( | ) | const |
|
protectedvirtual |
Qt change event handler
event | Event |
QwtColorMap * QwtThermo::colorMap | ( | ) |
const QwtColorMap * QwtThermo::colorMap | ( | ) | const |
|
protectedvirtual |
Redraw the liquid in thermometer pipe.
painter | Painter |
pipeRect | Bounding rectangle of the pipe without borders |
QBrush QwtThermo::fillBrush | ( | ) | const |
|
protected |
Calculate the filled rectangle of the pipe.
pipeRect | Rectangle of the pipe |
|
virtual |
Qt::Orientation QwtThermo::orientation | ( | ) | const |
double QwtThermo::origin | ( | ) | const |
QwtThermo::OriginMode QwtThermo::originMode | ( | ) | const |
|
protectedvirtual |
Paint event handler
event | Paint event |
|
protected |
int QwtThermo::pipeWidth | ( | ) | const |
QwtInterval::BorderFlags QwtThermo::rangeFlags | ( | ) | const |
|
protectedvirtual |
Resize event handler
event | Resize event |
|
protected |
const QwtScaleDraw * QwtThermo::scaleDraw | ( | ) | const |
QwtThermo::ScalePosition QwtThermo::scalePosition | ( | ) | const |
void QwtThermo::setAlarmBrush | ( | const QBrush & | brush | ) |
Specify the liquid brush above the alarm threshold.
Changes the QPalette::Highlight brush of the palette.
brush | New brush. |
void QwtThermo::setAlarmEnabled | ( | bool | on | ) |
Enable or disable the alarm threshold.
on | true (disabled) or false (enabled) |
void QwtThermo::setAlarmLevel | ( | double | level | ) |
Specify the alarm threshold.
level | Alarm threshold |
void QwtThermo::setBorderWidth | ( | int | width | ) |
void QwtThermo::setColorMap | ( | QwtColorMap * | colorMap | ) |
Assign a color map for the fill color.
colorMap | Color map |
void QwtThermo::setFillBrush | ( | const QBrush & | brush | ) |
Change the brush of the liquid.
Changes the QPalette::ButtonText brush of the palette.
brush | New brush. |
void QwtThermo::setOrientation | ( | Qt::Orientation | orientation | ) |
Set the orientation.
orientation | Allowed values are Qt::Horizontal and Qt::Vertical. |
void QwtThermo::setOrigin | ( | double | origin | ) |
Specifies the custom origin.
If originMode is set to OriginCustom this property controls where the liquid starts.
origin | New origin level |
void QwtThermo::setOriginMode | ( | OriginMode | m | ) |
Change how the origin is determined.
void QwtThermo::setPipeWidth | ( | int | width | ) |
void QwtThermo::setRangeFlags | ( | QwtInterval::BorderFlags | flags | ) |
Exclude/Include min/max values.
According to the flags minValue() and maxValue() are included/excluded from the pipe. In case of an excluded value the corresponding tick is painted 1 pixel off of the pipeRect().
F.e. when a minimum of 0.0 has to be displayed as an empty pipe the minValue() needs to be excluded.
flags | Range flags |
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 | ( | ScalePosition | scalePosition | ) |
Change the position of the scale.
scalePosition | Position of the scale. |
void QwtThermo::setSpacing | ( | int | spacing | ) |
Change the spacing between pipe and scale.
A spacing of 0 means, that the backbone of the scale is below the pipe.
The default setting is 3 pixels.
spacing | Number of pixels |
|
virtualslot |
|
virtual |
int QwtThermo::spacing | ( | ) | const |