Public Member Functions | |
PrivateData () | |
Public Attributes | |
QwtScaleMap | map |
QRect | thermoRect |
QBrush | fillBrush |
QBrush | alarmBrush |
Qt::Orientation | orientation |
ScalePos | scalePos |
int | borderWidth |
int | scaleDist |
int | thermoWidth |
double | minValue |
double | maxValue |
double | value |
double | alarmLevel |
bool | alarmEnabled |
Definition at line 22 of file qwt_thermo.cpp.
QwtThermo::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 25 of file qwt_thermo.cpp.
References map, maxValue, minValue, and QwtScaleMap::setScaleInterval().
: fillBrush(Qt::black), alarmBrush(Qt::white), orientation(Qt::Vertical), scalePos(QwtThermo::LeftScale), borderWidth(2), scaleDist(3), thermoWidth(10), minValue(0.0), maxValue(1.0), value(0.0), alarmLevel(0.0), alarmEnabled(false) { map.setScaleInterval(minValue, maxValue); }
Definition at line 45 of file qwt_thermo.cpp.
Referenced by QwtThermo::drawThermo(), QwtThermo::setAlarmBrush(), and QwtThermo::setAlarmColor().
Definition at line 57 of file qwt_thermo.cpp.
Referenced by QwtThermo::drawThermo(), QwtThermo::setAlarmEnabled(), and QwtThermo::setAlarmLevel().
Definition at line 56 of file qwt_thermo.cpp.
Referenced by QwtThermo::drawThermo(), and QwtThermo::setAlarmLevel().
Definition at line 49 of file qwt_thermo.cpp.
Referenced by QwtThermo::draw(), QwtThermo::layoutThermo(), QwtThermo::minimumSizeHint(), and QwtThermo::setBorderWidth().
Definition at line 44 of file qwt_thermo.cpp.
Referenced by QwtThermo::drawThermo(), QwtThermo::setFillBrush(), and QwtThermo::setFillColor().
Definition at line 42 of file qwt_thermo.cpp.
Referenced by QwtThermo::layoutThermo(), PrivateData(), and QwtThermo::setRange().
Definition at line 54 of file qwt_thermo.cpp.
Referenced by QwtThermo::drawThermo(), PrivateData(), QwtThermo::setMinValue(), and QwtThermo::setRange().
Definition at line 53 of file qwt_thermo.cpp.
Referenced by QwtThermo::drawThermo(), PrivateData(), QwtThermo::setMaxValue(), and QwtThermo::setRange().
Qt::Orientation QwtThermo::PrivateData::orientation |
Definition at line 47 of file qwt_thermo.cpp.
Referenced by QwtThermo::drawThermo(), QwtThermo::layoutThermo(), QwtThermo::minimumSizeHint(), QwtThermo::setOrientation(), and QwtThermo::setScalePosition().
Definition at line 50 of file qwt_thermo.cpp.
Referenced by QwtThermo::layoutThermo(), and QwtThermo::minimumSizeHint().
Definition at line 48 of file qwt_thermo.cpp.
Referenced by QwtThermo::draw(), QwtThermo::layoutThermo(), QwtThermo::minimumSizeHint(), and QwtThermo::setOrientation().
Definition at line 43 of file qwt_thermo.cpp.
Referenced by QwtThermo::draw(), QwtThermo::drawThermo(), QwtThermo::layoutThermo(), and QwtThermo::setBorderWidth().
Definition at line 51 of file qwt_thermo.cpp.
Referenced by QwtThermo::layoutThermo(), QwtThermo::minimumSizeHint(), and QwtThermo::setPipeWidth().
Definition at line 55 of file qwt_thermo.cpp.
Referenced by QwtThermo::drawThermo(), and QwtThermo::setValue().