Salome HOME
Merge remote-tracking branch 'origin/pre/V8_3_BR' into hydro/imps_2017_salome_83
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewPort3d.h
index e122cebabf1a0c253125db0f1757c3c54dbf90dd..01b0fc17a018424758c70f8feb5463660e6b3322 100755 (executable)
@@ -65,8 +65,10 @@ public:
 //   void         setActive( V3d_TypeOfView );
   virtual bool          syncronize( const OCCViewer_ViewPort3d* );
 
+#if OCC_VERSION_LARGE <= 0x07000000
   double                getZSize() const;
   void                  setZSize( double );
+#endif
 
   void                  getAxialScale( double&, double&, double& );
 
@@ -93,8 +95,6 @@ public:
 
   void                  showStaticTrihedron( bool );
 
-  //void                  repaintViewAfterMove( );
-
   void                  setDefaultCursor( Qt::CursorShape theCursorShape );
   QCursor*              getDefaultCursor() const;
 
@@ -102,10 +102,14 @@ signals:
   void                  vpChangeBackground( const Qtx::BackgroundData& );
   void                  vpClosed(OCCViewer_ViewPort3d*);
   void                  vpMapped(OCCViewer_ViewPort3d*);
+  void                  vpResizeEvent( QResizeEvent* );
 
 public slots:
   virtual bool          synchronize( OCCViewer_ViewPort* );
 
+private slots:
+  void                  repaintViewAfterMove();
+
 protected:
     // EVENTS
   virtual void          paintEvent( QPaintEvent* );