DAWorkbench
0.0.1
DAWorkbench API
载入中...
搜索中...
未找到
DAFigureAPI.h
1
#ifndef DAFIGUREAPI_H
2
#define DAFIGUREAPI_H
3
#include <QtCore/QtGlobal>
4
#include "DAGlobals.h"
5
6
#if defined(DAFIGURE_BUILD)
7
#define DAFIGURE_API Q_DECL_EXPORT
8
#else
9
#define DAFIGURE_API Q_DECL_IMPORT
10
#endif
11
12
namespace
DA
13
{
17
enum class
DAChartTypes
18
{
19
Curve
,
20
Scatter
,
21
Bar
,
22
ErrorBar
,
23
Box
,
24
Spectrogram
,
25
Unknow = 1000
26
};
27
}
28
29
#endif
// DAFIGUREAPI_H
DA
序列化类都是带异常的,使用中需要处理异常
Definition
AppMainWindow.cpp:44
DA::DAChartTypes
DAChartTypes
图表类型
Definition
DAFigureAPI.h:18
DA::DAChartTypes::Scatter
@ Scatter
散点
DA::DAChartTypes::Curve
@ Curve
曲线
DA::DAChartTypes::Box
@ Box
箱线图
DA::DAChartTypes::ErrorBar
@ ErrorBar
误差棒
DA::DAChartTypes::Spectrogram
@ Spectrogram
谱图
DA::DAChartTypes::Bar
@ Bar
柱状
src
DAFigure
DAFigureAPI.h
制作者
1.9.8