X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Shape.h;h=0acd1a4509b6b67e56b15b7201c8e5fc80a468c6;hb=a53349567d67f4df0ef737798a25c24d9dc8f08e;hp=397096cd2e13e9954ebbe2036552ace9c2ba459d;hpb=474c2cd65280d793f1c81ca528bc92e1cff988e6;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Shape.h b/src/HYDROGUI/HYDROGUI_Shape.h index 397096cd..0acd1a45 100644 --- a/src/HYDROGUI/HYDROGUI_Shape.h +++ b/src/HYDROGUI/HYDROGUI_Shape.h @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 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 -// +// Copyright (C) 2014-2015 EDF-R&D // 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 @@ -111,6 +107,8 @@ protected: virtual QColor getActiveColor() const; virtual Handle_AIS_InteractiveObject createShape() const; + void setDisplayMode( int theDisplayMode ); + private: static double getQuantityColorVal( const int theColorVal ); void colorShapeBorder( const QColor& theColor );