QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
qwt3d_volumeplot.h
1#ifndef qwt3d_volumeplot_h__2004_03_06_01_52_begin_guarded_code
2#define qwt3d_volumeplot_h__2004_03_06_01_52_begin_guarded_code
3
4#include "qwt3d_plot.h"
5
6namespace Qwt3D
7{
8
22class QWT3D_EXPORT VolumePlot : public Plot3D
23{
24 // Q_OBJECT
25
26public:
27 // Constructor
28 VolumePlot(QWidget* parent = 0, const char* name = 0)
29 {
30 }
31
32protected:
33 virtual void createData() = 0;
34};
35
36} // ns
37
38#endif
所有绘图控件的基类
Definition qwt3d_plot.h:31
体绘制控件(TODO:尚未完全实现)
Definition qwt3d_volumeplot.h:23