Salome HOME
Fit All after was added stream selection and displaying in embedded viewer.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ViewerDlg.h
index b806c520906d60940406fbcd2f5c2430dbf369dd..e41b60e7d5dc0c769397ddf936b6f53834c98fe8 100644 (file)
@@ -46,14 +46,14 @@ public:
 
   Handle(AIS_InteractiveContext) getAISContext();
 
-  virtual bool                   event( QEvent* );
-  virtual bool                   eventFilter( QObject*, QEvent* );
-
-protected:
   OCCViewer_Viewer*              viewer() const;
   OCCViewer_ViewManager*         viewManager() const;
   SUIT_SelectionMgr*             selectionMgr() const;
 
+  virtual bool                   event( QEvent* );
+  virtual bool                   eventFilter( QObject*, QEvent* );
+
+protected:
   virtual Handle(AIS_Trihedron)  trihedron();
 
 protected slots: