|
Engauge Digitizer 2
|
#include "ButtonWhatsThis.h"#include "CmdMediator.h"#include "CmdSettingsSegments.h"#include "DlgSettingsSegments.h"#include "EngaugeAssert.h"#include "GeometryWindow.h"#include "InactiveOpacity.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 <QWhatsThis>#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 = 200 |
| const int | IMAGE_HEIGHT = 350 |
| const double | BRUSH_WIDTH = 2.0 |
| const double BRUSH_WIDTH = 2.0 |
Definition at line 38 of file DlgSettingsSegments.cpp.
| const int IMAGE_HEIGHT = 350 |
Definition at line 36 of file DlgSettingsSegments.cpp.
| const int IMAGE_WIDTH = 200 |
Definition at line 35 of file DlgSettingsSegments.cpp.
| const int MIN_LENGTH_MAX = 10000 |
Definition at line 31 of file DlgSettingsSegments.cpp.
| const int MIN_LENGTH_MIN = 1 |
Definition at line 30 of file DlgSettingsSegments.cpp.
| const int MINIMUM_HEIGHT = 540 |
Definition at line 29 of file DlgSettingsSegments.cpp.
| const int POINT_SEPARATION_MAX = 10000 |
Definition at line 33 of file DlgSettingsSegments.cpp.
| const int POINT_SEPARATION_MIN = 5 |
Definition at line 32 of file DlgSettingsSegments.cpp.