Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[modules/kernel.git] / src / OCCViewer / OCCViewer_ViewFrame.h
index 42b3c0685ff07ace1318b84245de1abd2593d975..9f6b4a55dce51baa622bbcc5359a21b4d7665bcc 100644 (file)
@@ -153,6 +153,17 @@ public slots:
   void                        onViewTrihedron();
   void                        onAdjustTrihedron();
 
+  void                        onPanLeft();
+  void                        onPanRight();
+  void                        onPanUp();
+  void                        onPanDown();
+  void                        onZoomIn();
+  void                        onZoomOut();
+  void                        onRotateLeft();
+  void                        onRotateRight();
+  void                        onRotateUp();
+  void                        onRotateDown();
+
 protected:
 
   void                        initViewPort();