X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Digue.cxx;h=4ba967ac50dde779fedd9727f4132e9996dd61ab;hb=a95289fabbb6fbf6f32c06207422c65aafd5bd65;hp=9566574e55825a12caea6edef3e57afd871d9484;hpb=474c2cd65280d793f1c81ca528bc92e1cff988e6;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Digue.cxx b/src/HYDROData/HYDROData_Digue.cxx index 9566574e..4ba967ac 100644 --- a/src/HYDROData/HYDROData_Digue.cxx +++ b/src/HYDROData/HYDROData_Digue.cxx @@ -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 @@ -42,23 +38,13 @@ HYDROData_Digue::~HYDROData_Digue() { } -QColor HYDROData_Digue::DefaultFillingColor() +QColor HYDROData_Digue::DefaultFillingColor() const { return QColor( Qt::red ); } -QColor HYDROData_Digue::DefaultBorderColor() +QColor HYDROData_Digue::DefaultBorderColor() const { return QColor( Qt::transparent ); } -QColor HYDROData_Digue::getDefaultFillingColor() const -{ - return DefaultFillingColor(); -} - -QColor HYDROData_Digue::getDefaultBorderColor() const -{ - return DefaultBorderColor(); -} -