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
12namespace DA
13{
17enum class DAChartTypes
18{
19 Curve,
20 Scatter,
21 Bar,
22 ErrorBar,
23 Box,
25 Unknow = 1000
26};
27}
28
29#endif // DAFIGUREAPI_H
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44
DAChartTypes
图表类型
Definition DAFigureAPI.h:18
@ Box
箱线图
@ ErrorBar
误差棒