X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGLViewer%2FGLViewer_Context.h;h=f8c76eb504552915db48553910d05e29ddfef817;hb=9df1d8c9a65355b6469fd87c02a89235d674fd9b;hp=603e183cfeb537431e35a6c01eb9dd06e68ea6b5;hpb=17f067976939532047d730120d5d30b03ab73ff8;p=modules%2Fgui.git diff --git a/src/GLViewer/GLViewer_Context.h b/src/GLViewer/GLViewer_Context.h index 603e183cf..f8c76eb50 100644 --- a/src/GLViewer/GLViewer_Context.h +++ b/src/GLViewer/GLViewer_Context.h @@ -1,7 +1,26 @@ +// Copyright (C) 2005 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. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// +// Author : OPEN CASCADE +// + // File: GLViewer_Context.h // Created: November, 2004 -// Author: OCC team -// Copyright (C) CEA 2004 /*! Class GLViewer_Context @@ -119,7 +138,7 @@ public: GLViewer_Object* getFirstObject() { return *( myActiveObjects.begin() ); } //! A function clear highlighted object information - void clearHighlighted(); + void clearHighlighted( bool updateViewer ); //! A function clear selection object information void clearSelected( bool updateViewer ); //! A function make theObject as selected object and update viewer if updateViewer = true