source: pacpusframework/branches/2.0-beta1/include/extlib/qwtplot3d/qwt3d_multiplot.h@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 399 bytes
Line 
1#ifndef qwt3d_multiplot_h__2004_03_06_02_05_begin_guarded_code
2#define qwt3d_multiplot_h__2004_03_06_02_05_begin_guarded_code
3
4#include "qwt3d_plot.h"
5
6namespace Qwt3D
7{
8
9//! TODO
10class QWT3D_EXPORT MultiPlot : public Plot3D
11{
12// Q_OBJECT
13
14public:
15 MultiPlot( QWidget* parent = 0, const char* name = 0 ){}
16
17protected:
18 virtual void createData() = 0;
19};
20
21} // ns
22
23
24#endif
Note: See TracBrowser for help on using the repository browser.