Salome HOME
Moved some functionality to VTKViewer_Utilities.h
[modules/kernel.git] / src / OCCViewer / OCCViewer_ViewPort3d.h
index 446cb65cad2dfa0e5117b8381cd38b57d921f0f1..e36ca9de2a62a31e9544fd3363af0b842bf15216 100644 (file)
@@ -71,6 +71,10 @@ class QAD_EXPORT OCCViewer_ViewPort3d: public OCCViewer_ViewPort
   void                   fitAll( bool withZ = true );
   void                   reset();
 
+  void                    incrementalPan   ( const int incrX, const int incrY );
+  void                    incrementalZoom  ( const int incr );
+  void                    incrementalRotate( const int incrX, const int incrY );
+
   /* background */
   void                   setBackgroundColor( const QColor& color);     
   QColor                 backgroundColor() const;