Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ViewerDlg.h
index 0f5ed4b99ba91d3e47a5888808231fc71bc18bdf..9059523caebaf2fa37667c662f28dd547c4f74fd 100644 (file)
 #define HYDROGUI_VIEWERDLG_H
 
 #include "HYDROGUI_InputPanel.h"
+#include <Standard_Handle.hxx>
 
-#include <AIS_Trihedron.hxx>
-#include <AIS_InteractiveContext.hxx>
-
+class AIS_Trihedron;
+class AIS_InteractiveContext;
 class QLabel;
-
 class SUIT_ViewWindow;
 class SUIT_SelectionMgr;
-
 class OCCViewer_Viewer;
 class OCCViewer_ViewManager;
 
@@ -37,7 +35,7 @@ class HYDROGUI_ViewerDlg : public HYDROGUI_InputPanel
   Q_OBJECT
 
 public:
-  HYDROGUI_ViewerDlg( HYDROGUI_Module* theModule, const QString& theTitle, bool isSplitter );
+  HYDROGUI_ViewerDlg( HYDROGUI_Module* theModule, const QString& theTitle, bool isSplitter, bool dispTrihedron = true );
   virtual ~HYDROGUI_ViewerDlg();
 
   Handle(AIS_InteractiveContext) getAISContext();