#include "qwt_thermo.h"#include "qwt_scale_engine.h"#include "qwt_scale_draw.h"#include "qwt_scale_map.h"#include "qwt_color_map.h"#include <qpainter.h>#include <qevent.h>#include <qdrawutil.h>#include <qstyle.h>#include <qstyleoption.h>#include <qmath.h>
Go to the source code of this file.
Classes | |
| class | QwtThermo::PrivateData |
Functions | |
| static void | qwtDrawLine (QPainter *painter, int pos, const QColor &color, const QRect &pipeRect, const QRect &liquidRect, Qt::Orientation orientation) |
| QVector< double > | qwtTickList (const QwtScaleDiv &scaleDiv) |
| static void qwtDrawLine | ( | QPainter * | painter, |
| int | pos, | ||
| const QColor & | color, | ||
| const QRect & | pipeRect, | ||
| const QRect & | liquidRect, | ||
| Qt::Orientation | orientation | ||
| ) | [inline, static] |
Definition at line 22 of file qwt_thermo.cpp.
| QVector<double> qwtTickList | ( | const QwtScaleDiv & | scaleDiv | ) |
Definition at line 39 of file qwt_thermo.cpp.