]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/SALOME_SWIG/SALOMEGUI_Swig.hxx
Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/gui.git] / src / SALOME_SWIG / SALOMEGUI_Swig.hxx
index f5d2227ee3e886f44115e3231db1d1bf8559544a..d923b7df9a28a63f149a56b8e7021a1f8fa799a0 100644 (file)
@@ -27,6 +27,9 @@
 #ifndef SALOMEGUI_SWIG_HXX
 #define SALOMEGUI_SWIG_HXX
 
+#include <string>
+#include <list>
+
 class SALOMEGUI_Swig
 {
 public:
@@ -57,6 +60,8 @@ public:
   void             UpdateView();
 
   void             FitAll();
+  void             FitSelection();
+  void             FitIObjects(const std::list<std::string>&);
   void             ResetView();
   void             ViewTop();
   void             ViewBottom();