Salome HOME
Merge branch 'master' into agy/NewPV1_For_850
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewPort3d.h
index e122cebabf1a0c253125db0f1757c3c54dbf90dd..013c7db712d30b6e12e852457a756ffd5b34847f 100755 (executable)
@@ -23,8 +23,6 @@
 #ifndef OCCVIEWER_VIEWPORT3D_H
 #define OCCVIEWER_VIEWPORT3D_H
 
-#include <Basics_OCCTVersion.hxx>
-
 #include "OCCViewer_ViewPort.h"
 #include "Qtx.h"
 
@@ -65,9 +63,6 @@ public:
 //   void         setActive( V3d_TypeOfView );
   virtual bool          syncronize( const OCCViewer_ViewPort3d* );
 
-  double                getZSize() const;
-  void                  setZSize( double );
-
   void                  getAxialScale( double&, double&, double& );
 
   virtual void          onUpdate();
@@ -93,8 +88,6 @@ public:
 
   void                  showStaticTrihedron( bool );
 
-  //void                  repaintViewAfterMove( );
-
   void                  setDefaultCursor( Qt::CursorShape theCursorShape );
   QCursor*              getDefaultCursor() const;
 
@@ -106,6 +99,9 @@ signals:
 public slots:
   virtual bool          synchronize( OCCViewer_ViewPort* );
 
+private slots:
+  void                  repaintViewAfterMove();
+
 protected:
     // EVENTS
   virtual void          paintEvent( QPaintEvent* );
@@ -125,10 +121,6 @@ private:
   
 private:
   Handle(V3d_View)      myActiveView;
-#if OCC_VERSION_LARGE <= 0x06070100
-  Handle(V3d_View)      myOrthoView;
-  Handle(V3d_View)      myPerspView;
-#endif
   bool                  myBusy;
   double                myScale;
   bool                  myIsAdvancedZoomingEnabled;