|
Engauge Digitizer 2
|
#include "DlgEditPointAxis.h"#include "DlgValidatorAbstract.h"#include "DlgValidatorFactory.h"#include "DocumentAxesPointsRequired.h"#include "DocumentModelCoords.h"#include "DocumentModelGeneral.h"#include "EngaugeAssert.h"#include "FormatCoordsUnits.h"#include "FormatDateTime.h"#include "FormatDegreesMinutesSecondsNonPolarTheta.h"#include "FormatDegreesMinutesSecondsPolarTheta.h"#include "Logger.h"#include "MainWindow.h"#include "MainWindowModel.h"#include <QDoubleValidator>#include <QGridLayout>#include <QGroupBox>#include <QHBoxLayout>#include <QLabel>#include <QLineEdit>#include <QRect>#include "QtToString.h"#include <QVBoxLayout>#include "Transformation.h"
Go to the source code of this file.
Variables | |
| const Qt::Alignment | ALIGNMENT = Qt::AlignCenter |
| const int | MIN_WIDTH_TO_FIT_STRANGE_UNITS = 200 |
| const bool | IS_X_THETA = true |
| const bool | IS_NOT_X_THETA = false |
| const Qt::Alignment ALIGNMENT = Qt::AlignCenter |
Definition at line 32 of file DlgEditPointAxis.cpp.
| const bool IS_NOT_X_THETA = false |
Definition at line 37 of file DlgEditPointAxis.cpp.
| const bool IS_X_THETA = true |
Definition at line 36 of file DlgEditPointAxis.cpp.
| const int MIN_WIDTH_TO_FIT_STRANGE_UNITS = 200 |
Definition at line 34 of file DlgEditPointAxis.cpp.