X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Digue.cxx;h=a102026fd42b4a93500df4c79a0f4176f0bb91ac;hb=fce3f1240b6161d7cb837344078e5943b90eca65;hp=c6f4d56ee2e5c2581236c403ba68fb4eb07fcb2c;hpb=f0688b4c39fcc3e49c2b58a90724b9c1c84f1337;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Digue.cxx b/src/HYDROData/HYDROData_Digue.cxx index c6f4d56e..a102026f 100644 --- a/src/HYDROData/HYDROData_Digue.cxx +++ b/src/HYDROData/HYDROData_Digue.cxx @@ -25,7 +25,6 @@ #include #include -IMPLEMENT_STANDARD_HANDLE(HYDROData_Digue,HYDROData_Channel) IMPLEMENT_STANDARD_RTTIEXT(HYDROData_Digue,HYDROData_Channel) @@ -38,23 +37,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(); -} -