|
Engauge Digitizer 2
|
#include "ButtonWhatsThis.h"#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 <QWhatsThis>#include "Settings.h"#include "SettingsForGraph.h"#include "Spline.h"#include "SplinePair.h"#include <vector>#include "ViewPreview.h"
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 |
| 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_CENTER | ( | PREVIEW_WIDTH/2. | 0, |
| PREVIEW_HEIGHT/3. | 0 ) |
| const QPointF POS_LEFT | ( | PREVIEW_WIDTH/3. | 0, |
| PREVIEW_HEIGHT *2.0/3. | 0 ) |
| const QPointF POS_RIGHT | ( | 2.0 *PREVIEW_WIDTH/3. | 0, |
| PREVIEW_HEIGHT *2.0/3. | 0 ) |
| const int MINIMUM_HEIGHT = 500 |
Definition at line 54 of file DlgSettingsCurveProperties.cpp.
| const double PREVIEW_HEIGHT = 100.0 |
Definition at line 53 of file DlgSettingsCurveProperties.cpp.
| const double PREVIEW_WIDTH = 100.0 |
Definition at line 52 of file DlgSettingsCurveProperties.cpp.