Engauge Digitizer
2
|
#include "CmdMediator.h"
#include "CmdSettingsSegments.h"
#include "DlgSettingsSegments.h"
#include "EngaugeAssert.h"
#include "GeometryWindow.h"
#include "Logger.h"
#include "MainWindow.h"
#include "PointStyle.h"
#include <QCheckBox>
#include <QComboBox>
#include <QGridLayout>
#include <QGraphicsScene>
#include <QLabel>
#include <qmath.h>
#include <QSpinBox>
#include "Segment.h"
#include "SegmentFactory.h"
#include "ViewPreview.h"
Go to the source code of this file.
Variables | |
const int | MINIMUM_HEIGHT = 540 |
const int | MIN_LENGTH_MIN = 1 |
const int | MIN_LENGTH_MAX = 10000 |
const int | POINT_SEPARATION_MIN = 5 |
const int | POINT_SEPARATION_MAX = 10000 |
const int | IMAGE_WIDTH = 400 |
const int | IMAGE_HEIGHT = 350 |
const double | TWOPI = 2.0 * 3.1415926535 |
const double | BRUSH_WIDTH = 2.0 |
const double BRUSH_WIDTH = 2.0 |
Definition at line 37 of file DlgSettingsSegments.cpp.
const int IMAGE_HEIGHT = 350 |
Definition at line 33 of file DlgSettingsSegments.cpp.
const int IMAGE_WIDTH = 400 |
Definition at line 32 of file DlgSettingsSegments.cpp.
const int MIN_LENGTH_MAX = 10000 |
Definition at line 28 of file DlgSettingsSegments.cpp.
const int MIN_LENGTH_MIN = 1 |
Definition at line 27 of file DlgSettingsSegments.cpp.
const int MINIMUM_HEIGHT = 540 |
Definition at line 26 of file DlgSettingsSegments.cpp.
const int POINT_SEPARATION_MAX = 10000 |
Definition at line 30 of file DlgSettingsSegments.cpp.
const int POINT_SEPARATION_MIN = 5 |
Definition at line 29 of file DlgSettingsSegments.cpp.
const double TWOPI = 2.0 * 3.1415926535 |
Definition at line 35 of file DlgSettingsSegments.cpp.