|
Engauge Digitizer
2
|
#include "DocumentSerialize.h"#include "LineStyle.h"#include "Logger.h"#include <QObject>#include <QSettings>#include <QTextStream>#include <QXmlStreamReader>#include <QXmlStreamWriter>#include "Settings.h"#include "SettingsForGraph.h"#include "Xml.h"
Go to the source code of this file.
Variables | |
| const ColorPalette | DEFAULT_LINE_COLOR_AXES = COLOR_PALETTE_TRANSPARENT |
| const ColorPalette | DEFAULT_LINE_COLOR_GRAPH = COLOR_PALETTE_BLUE |
| const CurveConnectAs | DEFAULT_LINE_CONNECT_AS_AXES = CONNECT_SKIP_FOR_AXIS_CURVE |
| const CurveConnectAs | DEFAULT_LINE_CONNECT_AS_GRAPH = CONNECT_AS_FUNCTION_SMOOTH |
| const int | DEFAULT_LINE_WIDTH_AXES = 0 |
| const int | DEFAULT_LINE_WIDTH_GRAPH = 1 |
| const ColorPalette DEFAULT_LINE_COLOR_AXES = COLOR_PALETTE_TRANSPARENT |
Definition at line 19 of file LineStyle.cpp.
| const ColorPalette DEFAULT_LINE_COLOR_GRAPH = COLOR_PALETTE_BLUE |
Definition at line 20 of file LineStyle.cpp.
| const CurveConnectAs DEFAULT_LINE_CONNECT_AS_AXES = CONNECT_SKIP_FOR_AXIS_CURVE |
Definition at line 21 of file LineStyle.cpp.
| const CurveConnectAs DEFAULT_LINE_CONNECT_AS_GRAPH = CONNECT_AS_FUNCTION_SMOOTH |
Definition at line 22 of file LineStyle.cpp.
| const int DEFAULT_LINE_WIDTH_AXES = 0 |
Definition at line 23 of file LineStyle.cpp.
| const int DEFAULT_LINE_WIDTH_GRAPH = 1 |
Definition at line 24 of file LineStyle.cpp.
1.8.14