X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMeasureGUI%2FMeasureGUI_AngleDlg.h;h=a417f0ed3bc76563eaf32b411f8e8b578bd10d3f;hb=6c8fca7b1fc27090ae4fd7dae2f2c6fec07739ba;hp=fa24fbdda2c6b415c102cbdcdb7321f9a4a45241;hpb=73555c78ebf12a1fdb85157b8e7934ad566ae90a;p=modules%2Fgeom.git diff --git a/src/MeasureGUI/MeasureGUI_AngleDlg.h b/src/MeasureGUI/MeasureGUI_AngleDlg.h index fa24fbdda..a417f0ed3 100644 --- a/src/MeasureGUI/MeasureGUI_AngleDlg.h +++ b/src/MeasureGUI/MeasureGUI_AngleDlg.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // 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 @@ -52,6 +52,7 @@ protected: private: void Init(); bool getParameters( double& ); + void activateSelection(); private: QLineEdit* myEditCurrentArgument; @@ -59,7 +60,7 @@ private: QPushButton* mySelBtn2; MeasureGUI_2Sel1LineEdit* myGrp; - GEOM::GEOM_Object_var myObj2; + GEOM::GeomObjPtr myObj2; }; #endif // MEASUREGUI_ANGLEDLG_H