Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / VisuGUI_ClippingDlg.h
index c0786edbe7e4ce23443f0d9a0daf9f185bddd651..9c5c9ca14a12ad0352e2b23e3b0c81749ac075cc 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef DIALOGBOX_CLIPPING_H
 #define DIALOGBOX_CLIPPING_H
 
+#include "SALOME_InteractiveObject.hxx"
+
 #include "QtxDblSpinBox.h"
 
 // QT Includes
@@ -26,7 +28,7 @@ class QTabWidget;
 
 class QtxDblSpinBox;
 
-class SalomeApp_SelectionMgr;
+class LightApp_SelectionMgr;
 
 class VisuGUI;
 
@@ -66,7 +68,8 @@ public:
 
 private:
 
-    SalomeApp_SelectionMgr* mySelectionMgr;
+    LightApp_SelectionMgr* mySelectionMgr;
+    Handle(SALOME_InteractiveObject) myIO;
 
     VisuGUI       * myVisuGUI;
     VISU::Prs3d_i * myPrs3d;