#include "ButtonWhatsThis.h"
#include "CallbackBoundingRects.h"
#include "CmdMediator.h"
#include "CmdSettingsCoords.h"
#include "CoordUnitsDate.h"
#include "CoordUnitsTime.h"
#include "DlgSettingsCoords.h"
#include "DlgValidatorAbstract.h"
#include "DlgValidatorFactory.h"
#include "DocumentModelCoords.h"
#include "EngaugeAssert.h"
#include "Logger.h"
#include "MainWindow.h"
#include <math.h>
#include <QComboBox>
#include <QDebug>
#include <QDoubleValidator>
#include <QGraphicsRectItem>
#include <QGridLayout>
#include <QGroupBox>
#include <QGraphicsScene>
#include <QLabel>
#include <QLineEdit>
#include <qmath.h>
#include <QPalette>
#include <QRadioButton>
#include <QStackedWidget>
#include <QVBoxLayout>
#include <QWhatsThis>
#include "Transformation.h"
#include "ViewPreview.h"
Go to the source code of this file.
◆ OVERRIDDEN_VALUE()
const QString OVERRIDDEN_VALUE |
( |
"" | | ) |
|
◆ CARTESIAN_COORD_MAX
const int CARTESIAN_COORD_MAX = 100 |
◆ CARTESIAN_COORD_MIN
const int CARTESIAN_COORD_MIN = -100 |
◆ CARTESIAN_COORD_STEP
◆ COLUMN_0
◆ COLUMN_1
◆ FONT_SIZE
◆ LINE_WIDTH_THICK
const double LINE_WIDTH_THICK = 2.0 |
◆ LINE_WIDTH_THIN
const double LINE_WIDTH_THIN = 0.0 |
◆ MAX_WIDTH_EDIT_ORIGIN_RADIUS
const int MAX_WIDTH_EDIT_ORIGIN_RADIUS = 140 |
◆ MINIMUM_DIALOG_WIDTH_COORDS
const int MINIMUM_DIALOG_WIDTH_COORDS = 800 |
◆ MINIMUM_HEIGHT
const int MINIMUM_HEIGHT = 640 |
◆ NUM_COORD_STEPS
◆ POLAR_RADIUS
◆ POLAR_STEP
◆ POLAR_THETA_MAX
const int POLAR_THETA_MAX = 360 |
◆ POLAR_THETA_MIN
const int POLAR_THETA_MIN = 0 |
◆ POLAR_THETA_STEP
◆ POWER_FOR_LOG
const double POWER_FOR_LOG = 10.0 |
◆ STEPS_CYCLE_COUNT
const int STEPS_CYCLE_COUNT = 4 |
◆ STEPS_PER_CYCLE
const int STEPS_PER_CYCLE = 4 |
◆ XCENTER
◆ YCENTER