Engauge Digitizer 2
Loading...
Searching...
No Matches
DlgSettingsSegments.cpp File Reference
#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"
Include dependency graph for DlgSettingsSegments.cpp:

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

Variable Documentation

◆ BRUSH_WIDTH

const double BRUSH_WIDTH = 2.0

Definition at line 38 of file DlgSettingsSegments.cpp.

◆ IMAGE_HEIGHT

const int IMAGE_HEIGHT = 350

Definition at line 36 of file DlgSettingsSegments.cpp.

◆ IMAGE_WIDTH

const int IMAGE_WIDTH = 200

Definition at line 35 of file DlgSettingsSegments.cpp.

◆ MIN_LENGTH_MAX

const int MIN_LENGTH_MAX = 10000

Definition at line 31 of file DlgSettingsSegments.cpp.

◆ MIN_LENGTH_MIN

const int MIN_LENGTH_MIN = 1

Definition at line 30 of file DlgSettingsSegments.cpp.

◆ MINIMUM_HEIGHT

const int MINIMUM_HEIGHT = 540

Definition at line 29 of file DlgSettingsSegments.cpp.

◆ POINT_SEPARATION_MAX

const int POINT_SEPARATION_MAX = 10000

Definition at line 33 of file DlgSettingsSegments.cpp.

◆ POINT_SEPARATION_MIN

const int POINT_SEPARATION_MIN = 5

Definition at line 32 of file DlgSettingsSegments.cpp.