Salome HOME
Initialisation de la base KERNEL avec la version operationnelle de KERNEL_SRC issue...
[modules/kernel.git] / src / Plot2d / Plot2d.h
1 //  File      : Plot2d.h
2 //  Created   : Wed Mar 20 11:56:18 2002
3 //  Author    : Nicolas REJNERI
4 //  Project   : SALOME
5 //  Module    : OCCViewer
6 //  Copyright : Open CASCADE 2002
7 //  $Header$
8
9 #ifndef Plot2d_HeaderFile
10 #define Plot2d_HeaderFile
11
12 #include "QAD_RightFrame.h"
13 #include "QAD_ViewFrame.h"
14
15 class Plot2d : public QObject
16 {
17   Q_OBJECT
18
19 public :
20
21     Standard_EXPORT static QAD_ViewFrame* createView ( QAD_RightFrame* parent);
22   
23 };
24
25 #endif // Plot2d_HeaderFile