X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_PolylineXY.h;h=c088b987d3659dcd5d2ceddb9599ce270080765d;hb=23a6f7b3e29e74735d71d7e1448465a9920f91dd;hp=a0172fd743de4aed5bb98d2d698d1c3b83fbab62;hpb=f7598de0de5abad3f557c8b2c52d0e0163a0951c;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_PolylineXY.h b/src/HYDROData/HYDROData_PolylineXY.h index a0172fd7..c088b987 100644 --- a/src/HYDROData/HYDROData_PolylineXY.h +++ b/src/HYDROData/HYDROData_PolylineXY.h @@ -83,6 +83,8 @@ public: */ HYDRODATA_EXPORT static QColor DefaultWireColor(); + HYDRODATA_EXPORT bool IsCustom() const; + public: /** @@ -126,13 +128,13 @@ public: * Returns the 2D presentation of all points. */ HYDRODATA_EXPORT virtual TopoDS_Shape GetShape() const; + HYDRODATA_EXPORT bool SetShape( const TopoDS_Shape& theShape ); /** * Returns the 3D presentation of all points. */ HYDRODATA_EXPORT virtual bool ImportShape( const TopoDS_Shape& theShape ); - /** * Returns flag indicating that polyline can be edited or not. */