#include "qwt_dial_needle.h"
#include "qwt_math.h"
#include <qapplication.h>
#include <qpainter.h>
#include <qpainterpath.h>
#include <qmath.h>
Go to the source code of this file.
|
static void | qwtDrawArrowNeedle (QPainter *painter, const QPalette &palette, QPalette::ColorGroup colorGroup, qreal length, qreal width) |
|
static void | qwtDrawShadedPointer (QPainter *painter, const QColor &lightColor, const QColor &darkColor, qreal length, qreal width) |
|
static void | qwtDrawStyle1Needle (QPainter *painter, const QPalette &palette, QPalette::ColorGroup colorGroup, qreal length) |
|
static void | qwtDrawStyle2Needle (QPainter *painter, const QPalette &palette, QPalette::ColorGroup colorGroup, qreal length) |
|
static void | qwtDrawTriangleNeedle (QPainter *painter, const QPalette &palette, QPalette::ColorGroup colorGroup, qreal length) |
|
◆ qwtDrawArrowNeedle()
static void qwtDrawArrowNeedle |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette, |
|
|
QPalette::ColorGroup |
colorGroup, |
|
|
qreal |
length, |
|
|
qreal |
width |
|
) |
| |
|
static |
◆ qwtDrawShadedPointer()
static void qwtDrawShadedPointer |
( |
QPainter * |
painter, |
|
|
const QColor & |
lightColor, |
|
|
const QColor & |
darkColor, |
|
|
qreal |
length, |
|
|
qreal |
width |
|
) |
| |
|
static |
◆ qwtDrawStyle1Needle()
static void qwtDrawStyle1Needle |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette, |
|
|
QPalette::ColorGroup |
colorGroup, |
|
|
qreal |
length |
|
) |
| |
|
static |
◆ qwtDrawStyle2Needle()
static void qwtDrawStyle2Needle |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette, |
|
|
QPalette::ColorGroup |
colorGroup, |
|
|
qreal |
length |
|
) |
| |
|
static |
◆ qwtDrawTriangleNeedle()
static void qwtDrawTriangleNeedle |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette, |
|
|
QPalette::ColorGroup |
colorGroup, |
|
|
qreal |
length |
|
) |
| |
|
static |