Salome HOME
NRI : Merge from V1_2.
[modules/kernel.git] / src / Plot2d / Plot2d.h
1 //  Copyright (C) 2003  CEA/DEN, EDF R&D
2 //
3 //
4 //
5 //  File   : Plot2d.h
6 //  Author : Nicolas REJNERI
7 //  Module : SALOME
8 //  $Header$
9
10 #ifndef Plot2d_HeaderFile
11 #define Plot2d_HeaderFile
12
13 #include "QAD_RightFrame.h"
14 #include "QAD_ViewFrame.h"
15
16 class Plot2d : public QObject
17 {
18   Q_OBJECT
19
20 public :
21
22     Standard_EXPORT static QAD_ViewFrame* createView ( QAD_RightFrame* parent);
23   
24 };
25
26 #endif // Plot2d_HeaderFile