Last change
on this file since 93 was 89, checked in by morasjul, 12 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:
403 bytes
|
Line | |
---|
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 |
|
---|
6 | namespace Qwt3D
|
---|
7 | {
|
---|
8 |
|
---|
9 | //! TODO
|
---|
10 | class QWT3D_EXPORT VolumePlot : public Plot3D
|
---|
11 | {
|
---|
12 | // Q_OBJECT
|
---|
13 |
|
---|
14 | public:
|
---|
15 | VolumePlot( QWidget* parent = 0, const char* name = 0 ){}
|
---|
16 |
|
---|
17 | protected:
|
---|
18 | virtual void createData() = 0;
|
---|
19 | };
|
---|
20 |
|
---|
21 | } // ns
|
---|
22 |
|
---|
23 |
|
---|
24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.