Salome HOME
A revision of documentation changes in the new version. Very minor corrections.
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewFrame.h
index 977436de881e2aad55d8125531d5114eafb6ddc1..0f10e19f0f8090743d61846b05d2c32b2072bf18 100644 (file)
@@ -27,6 +27,7 @@
 #include "OCCViewer_ViewWindow.h"
 
 #include <gp_Pln.hxx>
+#include <TopAbs_ShapeEnum.hxx>
 
 class SUIT_Desktop;
 class OCCViewer_Viewer;
@@ -88,7 +89,9 @@ public:
   virtual Qtx::BackgroundData background() const;
   virtual void                setBackground( const Qtx::BackgroundData& );
 
-  virtual void   setDropDownButtons( bool );
+  virtual void showStaticTrihedron( bool );
+
+  virtual void setDropDownButtons( bool );
 
   virtual SUIT_CameraProperties cameraProperties();
 
@@ -118,7 +121,7 @@ public slots:
 
   virtual void activateSetRotationGravity() {}
   virtual void activateSetRotationSelected( double theX, double theY, double theZ ) {}
-  virtual void activateStartPointSelection() {}
+  virtual void activateStartPointSelection( TopAbs_ShapeEnum ) {}
   virtual void updateGravityCoords() {}
    
   void onMaximizedView( OCCViewer_ViewWindow*, bool );