QtPdWidgets  2.3.1
Classes | Macros
Dial.cpp File Reference
#include "Dial.h"
#include "Widget.h"
#include <pdcom5/Subscriber.h>
#include <QLocale>
#include <QPainter>
#include <QEvent>
#include <QWheelEvent>
#include <QtCore/qmath.h>
#include <QSvgRenderer>
Include dependency graph for Dial.cpp:

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()
 

Macro Definition Documentation

◆ DEFAULT_MAJORSTEP

#define DEFAULT_MAJORSTEP   10.0

◆ DEFAULT_MAJORSTOPS

#define DEFAULT_MAJORSTOPS   8

◆ DEFAULT_MINORSTOPS

#define DEFAULT_MINORSTOPS   5

◆ DEFAULT_PIECOLOR

#define DEFAULT_PIECOLOR   QColor()

Referenced by Pd::Dial::resetPieColor().

◆ DEFAULT_SCALEMIN

#define DEFAULT_SCALEMIN   0.0

Referenced by Pd::Dial::resetScaleMin().

◆ DEFAULT_SPAN

#define DEFAULT_SPAN   280

Referenced by Pd::Dial::resetSpan().

◆ DEFAULT_TITLE

#define DEFAULT_TITLE   ""

Referenced by Pd::Dial::resetTitle().

◆ DEFAULT_UNIT

#define DEFAULT_UNIT   ""

Referenced by Pd::Dial::resetUnit().