|
QtPdWidgets
2.3.4
|
#include "Dial.h"#include "Widget.h"#include <pdcom5/Subscriber.h>#include <QLocale>#include <QPainter>#include <QEvent>#include <QWheelEvent>#include <QtCore/qmath.h>#include <QSvgRenderer>
Classes | |
| struct | Pd::Dial::Impl |
| struct | Pd::Dial::Value::Impl |
| struct | QPainterSave |
Macros | |
| #define | DEFAULT_TITLE "" |
| #define | DEFAULT_UNIT "" |
| #define | DEFAULT_SPAN 280 |
| #define | DEFAULT_SCALEMIN 0.0 |
| #define | DEFAULT_MAJORSTEP 10.0 |
| #define | DEFAULT_MAJORSTOPS 8 |
| #define | DEFAULT_MINORSTOPS 5 |
| #define | DEFAULT_PIECOLOR QColor() |
| #define DEFAULT_MAJORSTEP 10.0 |
Referenced by Pd::Dial::resetMajorStep().
| #define DEFAULT_MAJORSTOPS 8 |
Referenced by Pd::Dial::resetMajorStops().
| #define DEFAULT_MINORSTOPS 5 |
Referenced by Pd::Dial::resetMinorStops().
| #define DEFAULT_PIECOLOR QColor() |
Referenced by Pd::Dial::resetPieColor().
| #define DEFAULT_SCALEMIN 0.0 |
Referenced by Pd::Dial::resetScaleMin().
| #define DEFAULT_SPAN 280 |
Referenced by Pd::Dial::resetSpan().
| #define DEFAULT_TITLE "" |
Referenced by Pd::Dial::resetTitle().
| #define DEFAULT_UNIT "" |
Referenced by Pd::Dial::resetUnit().