Salome HOME
Preparing move of the engine code into GUI (and restoring trace)
[modules/paravis.git] / src / ENGINE / PARAVIS_Engine_i.hh
index b0feb89a3df3bdd99a32e603aad2113db05d6f65..861195ed3ec549204fdd513c2818149d9c1bca0a 100644 (file)
@@ -1,23 +1,20 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
 //
-//  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
 //
-//  This library is free software; you can redistribute it and/or
-//  modify it under the terms of the GNU Lesser General Public
-//  License as published by the Free Software Foundation; either
-//  version 2.1 of the License.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
 //
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-//
-//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef __PARAVIS_ENGINE_I_H__
 #define __PARAVIS_ENGINE_I_H__
@@ -60,6 +57,8 @@ namespace PARAVIS
     virtual char* GetIOR();
 
     virtual void ImportFile(const char* theFileName);
+
+    virtual void ExecuteScript(const char* script);
     
     virtual char* GetTrace();
     
@@ -104,9 +103,10 @@ namespace PARAVIS
     virtual SALOMEDS::SObject_ptr PasteInto(const SALOMEDS::TMPFile& theStream,
                                             CORBA::Long theObjectID, SALOMEDS::SObject_ptr theObject);
 
-
+#ifdef PARAVIS_WITH_FULL_CORBA
     virtual PARAVIS::string_array* GetClassesList();
     virtual PARAVIS_Base_ptr CreateClass(const char* theClassName);
+#endif
     virtual void GetConnectionParameters(CORBA::Long& theId, 
                                          CORBA::String_out theDHost, CORBA::Long& theDPort,
                                          CORBA::String_out theRHost, CORBA::Long& theRPort,
@@ -114,6 +114,11 @@ namespace PARAVIS
                                          
     virtual void ActivateModule();
 
+
+    virtual void SetCurrentStudy(SALOMEDS::Study_ptr theStudy);
+    virtual SALOMEDS::Study_ptr GetCurrentStudy();
+
+    virtual char* getVersion();
   };
 };
 #endif