|
Engauge Digitizer 2
|
#include "GraphicsArcItem.h"#include "GraphicsArcItemRelay.h"#include <QDebug>#include <QGraphicsScene>#include <qmath.h>#include <QObject>#include <QPainter>#include "QtToString.h"
Go to the source code of this file.
Variables | |
| const int | TICS_PER_CYCLE = 360 * 16 |
| const double | RADIANS_TO_TICS = TICS_PER_CYCLE / (2.0 * M_PI) |
| const double RADIANS_TO_TICS = TICS_PER_CYCLE / (2.0 * M_PI) |
Definition at line 17 of file GraphicsArcItemRelay.cpp.
| const int TICS_PER_CYCLE = 360 * 16 |
Definition at line 16 of file GraphicsArcItemRelay.cpp.