Salome HOME
NRI : Add Loader.
[modules/kernel.git] / src / OCCViewer / OCCViewer.h
1 //  File      : OCCViewer.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 OCCViewer_HeaderFile
10 #define OCCViewer_HeaderFile
11
12 #include "QAD_RightFrame.h"
13 #include "QAD_ViewFrame.h"
14
15 class OCCViewer : 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