|
Engauge Digitizer 2
|
#include "DocumentSerialize.h"#include "EngaugeAssert.h"#include "Logger.h"#include "PointStyle.h"#include <qmath.h>#include <QObject>#include <QSettings>#include <QTextStream>#include <QtToString.h>#include <QXmlStreamWriter>#include "Settings.h"#include "SettingsForGraph.h"#include "Xml.h"
Go to the source code of this file.
Variables | |
| const ColorPalette | DEFAULT_POINT_COLOR_AXES = COLOR_PALETTE_RED |
| const ColorPalette | DEFAULT_POINT_COLOR_GRAPH = COLOR_PALETTE_BLUE |
| const int | DEFAULT_POINT_LINE_WIDTH = 1 |
| const int | DEFAULT_POINT_RADIUS = 10 |
| const PointShape | DEFAULT_POINT_SHAPE_AXIS = POINT_SHAPE_CROSS |
| const ColorPalette DEFAULT_POINT_COLOR_AXES = COLOR_PALETTE_RED |
Definition at line 21 of file PointStyle.cpp.
| const ColorPalette DEFAULT_POINT_COLOR_GRAPH = COLOR_PALETTE_BLUE |
Definition at line 22 of file PointStyle.cpp.
| const int DEFAULT_POINT_LINE_WIDTH = 1 |
Definition at line 23 of file PointStyle.cpp.
| const int DEFAULT_POINT_RADIUS = 10 |
Definition at line 24 of file PointStyle.cpp.
| const PointShape DEFAULT_POINT_SHAPE_AXIS = POINT_SHAPE_CROSS |
Definition at line 25 of file PointStyle.cpp.