Salome HOME
0022378: EDF 2273 GEOM: Select a point/edge/face/solid in the "Set Rotation Point...
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewFrame.h
index 26eacfd0f50ca6ed0af38aa7cc6032827ed2dad1..5c1b952973c1b4b3623c49f7b850117ac364472b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -6,7 +6,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -27,6 +27,7 @@
 #include "OCCViewer_ViewWindow.h"
 
 #include <gp_Pln.hxx>
+#include <TopAbs_ShapeEnum.hxx>
 
 class SUIT_Desktop;
 class OCCViewer_Viewer;
@@ -118,7 +119,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 );