X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Digue.cxx;h=a102026fd42b4a93500df4c79a0f4176f0bb91ac;hb=58bb6b7459bebeeb089c9ed486c4683a8bae7288;hp=c6f4d56ee2e5c2581236c403ba68fb4eb07fcb2c;hpb=b2b21a9b49f0df8f53c3a1bcb459a4ec081a84ec;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(); -} -