Salome HOME
Merge remote-tracking branch 'origin/BR_1321_ECW' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Overview.h
index f2a7ea6e5ac22b43a6b0fd49d1caf53545badedf..b96afdd81a4f50bf3866cb72665dd423d41e6117 100644 (file)
@@ -21,6 +21,7 @@
 #define HYDROGUI_OVERVIEW_H
 
 #include <QFrame>
+#include <OCCViewer_ViewWindow.h>
 
 class OCCViewer_ViewPort3d;
 class OCCViewer_ViewFrame;
@@ -47,6 +48,7 @@ protected:
   virtual bool eventFilter( QObject*, QEvent* );
 
 private slots:
+  void OnTransformationAfterOp( OCCViewer_ViewWindow::OperationType );
   void OnTransformation();
   void OnMouseEvent( QMouseEvent* );
   void OnResizeEvent( QResizeEvent* );