Salome HOME
NRI : Add message (GUI lib not found).
[modules/kernel.git] / src / SALOMEGUI / PyInterp_PyQt.h
1 //=============================================================================
2 // File      : PyInterp_PyQt.h
3 // Created   : ven fév  7 10:01:36 CET 2003
4 // Author    : Christian CAREMOLI, Paul RASCLE, EDF
5 // Project   : SALOME
6 // Copyright : EDF 2003
7 // $Header$
8 //=============================================================================
9
10 #ifndef _PYINTERP_PYQT_H_
11 #define _PYINTERP_PYQT_H_
12
13 #include "PyInterp_base.h"
14
15 class PyInterp_PyQt : public PyInterp_base
16 {
17  public:
18   PyInterp_PyQt();
19   ~PyInterp_PyQt();
20   void enter();
21   void quit();
22   void run(const char *command);
23
24  protected:
25   void initState();
26   void initContext();  
27 };
28
29 #endif