X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_Polyline3D.sip;h=58de3fd62db5cde058ab33b8600c9778554306e3;hb=4d4d74dd554819c30f1c8ded5520cc6c25aba56b;hp=299d3df49b57fb4d414c993af3d46a96d63a7092;hpb=46e9c3121cf0a1ffe99a62cbf9640eb2e1f716ba;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_Polyline3D.sip b/src/HYDROPy/HYDROData_Polyline3D.sip index 299d3df4..58de3fd6 100644 --- a/src/HYDROPy/HYDROData_Polyline3D.sip +++ b/src/HYDROPy/HYDROData_Polyline3D.sip @@ -1,12 +1,8 @@ -// Copyright (C) 2007-2013 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 -// 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 @@ -34,12 +30,12 @@ public: /** * Returns default filling color for new 3D polyline. */ - static QColor DefaultFillingColor(); + virtual QColor DefaultFillingColor() const; /** * Returns default border color for new 3D polyline. */ - static QColor DefaultBorderColor(); + virtual QColor DefaultBorderColor() const; public: