#include "qwt_dial_needle.h"#include "qwt_global.h"#include "qwt_math.h"#include "qwt_painter.h"#include <qapplication.h>#include <qpainter.h>
Go to the source code of this file.
Defines | |
| #define | qFastCos(x) qCos(x) |
| #define | qFastSin(x) qSin(x) |
Functions | |
| static void | qwtDrawArrowNeedle (QPainter *painter, const QPalette &palette, QPalette::ColorGroup colorGroup, double length, double width) |
| static void | qwtDrawShadedPointer (QPainter *painter, const QColor &lightColor, const QColor &darkColor, double length, double width) |
| static void | qwtDrawStyle1Needle (QPainter *painter, const QPalette &palette, QPalette::ColorGroup colorGroup, double length) |
| static void | qwtDrawStyle2Needle (QPainter *painter, const QPalette &palette, QPalette::ColorGroup colorGroup, double length) |
| static void | qwtDrawTriangleNeedle (QPainter *painter, const QPalette &palette, QPalette::ColorGroup colorGroup, double length) |
Definition at line 19 of file qwt_dial_needle.cpp.
Definition at line 18 of file qwt_dial_needle.cpp.
| static void qwtDrawArrowNeedle | ( | QPainter * | painter, |
| const QPalette & | palette, | ||
| QPalette::ColorGroup | colorGroup, | ||
| double | length, | ||
| double | width | ||
| ) | [static] |
Definition at line 110 of file qwt_dial_needle.cpp.
| static void qwtDrawShadedPointer | ( | QPainter * | painter, |
| const QColor & | lightColor, | ||
| const QColor & | darkColor, | ||
| double | length, | ||
| double | width | ||
| ) | [static] |
Definition at line 69 of file qwt_dial_needle.cpp.
| static void qwtDrawStyle1Needle | ( | QPainter * | painter, |
| const QPalette & | palette, | ||
| QPalette::ColorGroup | colorGroup, | ||
| double | length | ||
| ) | [static] |
Definition at line 22 of file qwt_dial_needle.cpp.
| static void qwtDrawStyle2Needle | ( | QPainter * | painter, |
| const QPalette & | palette, | ||
| QPalette::ColorGroup | colorGroup, | ||
| double | length | ||
| ) | [static] |
Definition at line 46 of file qwt_dial_needle.cpp.
| static void qwtDrawTriangleNeedle | ( | QPainter * | painter, |
| const QPalette & | palette, | ||
| QPalette::ColorGroup | colorGroup, | ||
| double | length | ||
| ) | [static] |
Definition at line 147 of file qwt_dial_needle.cpp.