Engauge Digitizer 2
Loading...
Searching...
No Matches
Functions | Variables
DlgSettingsCurveProperties.cpp File Reference
#include "CmdMediator.h"
#include "CmdSettingsCurveProperties.h"
#include "ColorPalette.h"
#include "DlgSettingsCurveProperties.h"
#include "EngaugeAssert.h"
#include "EnumsToQt.h"
#include "GeometryWindow.h"
#include "GraphicsPoint.h"
#include "GraphicsPointFactory.h"
#include "GraphicsView.h"
#include "Logger.h"
#include "MainWindow.h"
#include <QCheckBox>
#include <QComboBox>
#include <QDebug>
#include <QGraphicsRectItem>
#include <QGraphicsScene>
#include <QGridLayout>
#include <QGroupBox>
#include <QLabel>
#include <QLineEdit>
#include <QListWidget>
#include <qmath.h>
#include <QPen>
#include <QPushButton>
#include <QSettings>
#include <QSpacerItem>
#include <QSpinBox>
#include <QTransform>
#include "Settings.h"
#include "SettingsForGraph.h"
#include "Spline.h"
#include "SplinePair.h"
#include <vector>
#include "ViewPreview.h"
Include dependency graph for DlgSettingsCurveProperties.cpp:

Go to the source code of this file.

Functions

const QString CONNECT_AS_FUNCTION_SMOOTH_STR ("Function - Smooth")
 
const QString CONNECT_AS_FUNCTION_STRAIGHT_STR ("Function - Straight")
 
const QString CONNECT_AS_RELATION_SMOOTH_STR ("Relation - Smooth")
 
const QString CONNECT_AS_RELATION_STRAIGHT_STR ("Relation - Straight")
 
const QPointF POS_LEFT (PREVIEW_WIDTH/3.0, PREVIEW_HEIGHT *2.0/3.0)
 
const QPointF POS_CENTER (PREVIEW_WIDTH/2.0, PREVIEW_HEIGHT/3.0)
 
const QPointF POS_RIGHT (2.0 *PREVIEW_WIDTH/3.0, PREVIEW_HEIGHT *2.0/3.0)
 

Variables

const double PREVIEW_WIDTH = 100.0
 
const double PREVIEW_HEIGHT = 100.0
 
const int MINIMUM_HEIGHT = 500
 

Function Documentation

◆ CONNECT_AS_FUNCTION_SMOOTH_STR()

const QString CONNECT_AS_FUNCTION_SMOOTH_STR ( "Function - Smooth" )

◆ CONNECT_AS_FUNCTION_STRAIGHT_STR()

const QString CONNECT_AS_FUNCTION_STRAIGHT_STR ( "Function - Straight" )

◆ CONNECT_AS_RELATION_SMOOTH_STR()

const QString CONNECT_AS_RELATION_SMOOTH_STR ( "Relation - Smooth" )

◆ CONNECT_AS_RELATION_STRAIGHT_STR()

const QString CONNECT_AS_RELATION_STRAIGHT_STR ( "Relation - Straight" )

◆ POS_CENTER()

const QPointF POS_CENTER ( PREVIEW_WIDTH/2. 0,
PREVIEW_HEIGHT/3. 0 )

◆ POS_LEFT()

const QPointF POS_LEFT ( PREVIEW_WIDTH/3. 0,
PREVIEW_HEIGHT *2.0/3. 0 )

◆ POS_RIGHT()

const QPointF POS_RIGHT ( 2.0 *PREVIEW_WIDTH/3. 0,
PREVIEW_HEIGHT *2.0/3. 0 )

Variable Documentation

◆ MINIMUM_HEIGHT

const int MINIMUM_HEIGHT = 500

Definition at line 52 of file DlgSettingsCurveProperties.cpp.

◆ PREVIEW_HEIGHT

const double PREVIEW_HEIGHT = 100.0

Definition at line 51 of file DlgSettingsCurveProperties.cpp.

◆ PREVIEW_WIDTH

const double PREVIEW_WIDTH = 100.0

Definition at line 50 of file DlgSettingsCurveProperties.cpp.