#include "qwt_knob.h"
#include "qwt_round_scale_draw.h"
#include "qwt_math.h"
#include "qwt_painter.h"
#include "qwt_scale_map.h"
#include <qpainter.h>
#include <qpalette.h>
#include <qstyle.h>
#include <qstyleoption.h>
#include <qevent.h>
#include <qmath.h>
#include <qapplication.h>
Go to the source code of this file.
#define qAtan2 |
( |
|
y, |
|
|
|
x |
|
) |
| ::atan2(y, x) |
#define qFabs |
( |
|
x | ) |
::fabs(x) |
#define qFastCos |
( |
|
x | ) |
qCos(x) |
#define qFastSin |
( |
|
x | ) |
qSin(x) |
static QSize qwtKnobSizeHint |
( |
const QwtKnob * |
knob, |
|
|
int |
min |
|
) |
| |
|
static |
static double qwtToDegrees |
( |
double |
value | ) |
|
|
static |
static double qwtToScaleAngle |
( |
double |
angle | ) |
|
|
inlinestatic |