Salome HOME
refs #1405: patch for fit selection on polylines
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Overview.h
index b96afdd81a4f50bf3866cb72665dd423d41e6117..6ab94a4b231260712735e01bb5be7e8642603aa5 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <QFrame>
 #include <OCCViewer_ViewWindow.h>
+#include <AIS_InteractiveContext.hxx>
 
 class OCCViewer_ViewPort3d;
 class OCCViewer_ViewFrame;
@@ -44,8 +45,12 @@ public:
 
   QImage dump() const;
 
+  Handle(AIS_InteractiveContext) context() const;
+
 protected:
   virtual bool eventFilter( QObject*, QEvent* );
+  void CustomFitSelection() const;
+  Bnd_Box BoundingForSelection() const;
 
 private slots:
   void OnTransformationAfterOp( OCCViewer_ViewWindow::OperationType );