#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.
|
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) |
|
#define qFastCos |
( |
|
x | ) |
qCos(x) |
#define qFastSin |
( |
|
x | ) |
qSin(x) |
static void qwtDrawArrowNeedle |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette, |
|
|
QPalette::ColorGroup |
colorGroup, |
|
|
double |
length, |
|
|
double |
width |
|
) |
| |
|
static |
static void qwtDrawShadedPointer |
( |
QPainter * |
painter, |
|
|
const QColor & |
lightColor, |
|
|
const QColor & |
darkColor, |
|
|
double |
length, |
|
|
double |
width |
|
) |
| |
|
static |
static void qwtDrawStyle1Needle |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette, |
|
|
QPalette::ColorGroup |
colorGroup, |
|
|
double |
length |
|
) |
| |
|
static |
static void qwtDrawStyle2Needle |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette, |
|
|
QPalette::ColorGroup |
colorGroup, |
|
|
double |
length |
|
) |
| |
|
static |
static void qwtDrawTriangleNeedle |
( |
QPainter * |
painter, |
|
|
const QPalette & |
palette, |
|
|
QPalette::ColorGroup |
colorGroup, |
|
|
double |
length |
|
) |
| |
|
static |