Engauge Digitizer 2
Loading...
Searching...
No Matches
Variables
DlgSettingsSegments.cpp File Reference
#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"
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 = 400
 
const int IMAGE_HEIGHT = 350
 
const double TWOPI = 2.0 * 3.1415926535
 
const double BRUSH_WIDTH = 2.0
 

Variable Documentation

◆ BRUSH_WIDTH

const double BRUSH_WIDTH = 2.0

Definition at line 37 of file DlgSettingsSegments.cpp.

◆ IMAGE_HEIGHT

const int IMAGE_HEIGHT = 350

Definition at line 33 of file DlgSettingsSegments.cpp.

◆ IMAGE_WIDTH

const int IMAGE_WIDTH = 400

Definition at line 32 of file DlgSettingsSegments.cpp.

◆ MIN_LENGTH_MAX

const int MIN_LENGTH_MAX = 10000

Definition at line 28 of file DlgSettingsSegments.cpp.

◆ MIN_LENGTH_MIN

const int MIN_LENGTH_MIN = 1

Definition at line 27 of file DlgSettingsSegments.cpp.

◆ MINIMUM_HEIGHT

const int MINIMUM_HEIGHT = 540

Definition at line 26 of file DlgSettingsSegments.cpp.

◆ POINT_SEPARATION_MAX

const int POINT_SEPARATION_MAX = 10000

Definition at line 30 of file DlgSettingsSegments.cpp.

◆ POINT_SEPARATION_MIN

const int POINT_SEPARATION_MIN = 5

Definition at line 29 of file DlgSettingsSegments.cpp.

◆ TWOPI

const double TWOPI = 2.0 * 3.1415926535

Definition at line 35 of file DlgSettingsSegments.cpp.