Salome HOME
Updated copyright comment
[modules/gui.git] / src / SALOME_SWIG / SALOMEGUI_Swig.i
index c77f14a6ae476cb928fd41f974bacd5442078bb1..472412ef4f8d1b5d01188a24dfcf3de43233a441 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 %}
 
 %include "cpointer.i"
+%include "std_string.i"
+%include "std_list.i"
+
+#if SWIG_VERSION >= 0x010329
+%template() std::list<std::string>;
+#endif
 
 /* Exception handler for all functions */
 %exception {
@@ -84,6 +90,8 @@ public:
 
   /* view operations */
   void FitAll();
+  void FitSelection();
+  void FitIObjects(const std::list<std::string>&);
   void ResetView();
   void ViewTop();
   void ViewBottom();