Salome HOME
updated copyright message
[modules/gui.git] / src / SALOME_SWIG / SALOMEGUI_Swig.hxx
index ab4cc342d30fa7984cd487f35334718a29d36c81..b1de1414aa3d9dacf116216f234b8b3321229899 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -27,6 +27,9 @@
 #ifndef SALOMEGUI_SWIG_HXX
 #define SALOMEGUI_SWIG_HXX
 
+#include <string>
+#include <list>
+
 class SALOMEGUI_Swig
 {
 public:
@@ -35,9 +38,8 @@ public:
 
   bool             hasDesktop();
 
-  void             updateObjBrowser( bool );
+  void             updateObjBrowser();
 
-  int              getActiveStudyId();
   const char*      getActiveStudyName();
 
   const char*      getComponentName( const char* );
@@ -58,6 +60,8 @@ public:
   void             UpdateView();
 
   void             FitAll();
+  void             FitSelection();
+  void             FitIObjects(const std::list<std::string>&);
   void             ResetView();
   void             ViewTop();
   void             ViewBottom();
@@ -65,6 +69,12 @@ public:
   void             ViewRight();
   void             ViewFront();
   void             ViewBack();
+
+  const char* getViewParameters();
+  void setCameraPosition( double x, double y, double z );
+  void setCameraFocalPoint( double x, double y, double z );
+  void setCameraViewUp( double x, double y, double z );
+  void setViewScale( double parallelScale,double x, double y, double z );
 };
 
 #endif // SALOMEGUI_SWIG_HXX