Engauge Digitizer 2
|
#include "ButtonWhatsThis.h"
#include "Checker.h"
#include "CmdMediator.h"
#include "CmdSettingsAxesChecker.h"
#include "CoordScale.h"
#include "DlgSettingsAxesChecker.h"
#include "EngaugeAssert.h"
#include "Logger.h"
#include "MainWindow.h"
#include <QButtonGroup>
#include <QComboBox>
#include <QGraphicsRectItem>
#include <QGraphicsScene>
#include <QGridLayout>
#include <QGroupBox>
#include <QLabel>
#include <QLineEdit>
#include <qmath.h>
#include <QPushButton>
#include <QRadioButton>
#include <QWhatsThis>
#include "ViewPreview.h"
Go to the source code of this file.
Variables | |
const int | AXIS_WIDTH = 4 |
const int | MINIMUM_HEIGHT = 500 |
const int | RECT_WIDTH = 640 |
const int | RECT_HEIGHT = 480 |
const int | X_LEFT = RECT_WIDTH / 8 |
const int | X_RIGHT = RECT_WIDTH * 7 / 8 |
const int | Y_TOP = RECT_HEIGHT / 8 |
const int | Y_BOTTOM = RECT_HEIGHT * 7 / 8 |
const int | TICKS_PER_AXIS = 6 |
const int | TICK_MARK_LENGTH = 8 |
const int AXIS_WIDTH = 4 |
Definition at line 30 of file DlgSettingsAxesChecker.cpp.
const int MINIMUM_HEIGHT = 500 |
Definition at line 31 of file DlgSettingsAxesChecker.cpp.
const int RECT_HEIGHT = 480 |
Definition at line 33 of file DlgSettingsAxesChecker.cpp.
const int RECT_WIDTH = 640 |
Definition at line 32 of file DlgSettingsAxesChecker.cpp.
const int TICK_MARK_LENGTH = 8 |
Definition at line 39 of file DlgSettingsAxesChecker.cpp.
const int TICKS_PER_AXIS = 6 |
Definition at line 38 of file DlgSettingsAxesChecker.cpp.
const int X_LEFT = RECT_WIDTH / 8 |
Definition at line 34 of file DlgSettingsAxesChecker.cpp.
const int X_RIGHT = RECT_WIDTH * 7 / 8 |
Definition at line 35 of file DlgSettingsAxesChecker.cpp.
const int Y_BOTTOM = RECT_HEIGHT * 7 / 8 |
Definition at line 37 of file DlgSettingsAxesChecker.cpp.
const int Y_TOP = RECT_HEIGHT / 8 |
Definition at line 36 of file DlgSettingsAxesChecker.cpp.