X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FHYDROData%2FHYDROData_PolylineXY.h;h=86ae8e54d2e3f836a68cf26c1d4523e0c9da5308;hb=e7225e329739e01faed6682de0bc83cf84c28de6;hp=ccbdaba650e909267304d8482715a3985496b4b0;hpb=e5123a9d71157c50c9f1c6f68bccdfadc49f2360;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_PolylineXY.h b/src/HYDROData/HYDROData_PolylineXY.h index ccbdaba6..86ae8e54 100644 --- a/src/HYDROData/HYDROData_PolylineXY.h +++ b/src/HYDROData/HYDROData_PolylineXY.h @@ -40,6 +40,17 @@ public: */ HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const; + /** + * Update the wire contour on the basis of the polyline data. + * Call this method whenever you made changes for polyline data. + */ + HYDRODATA_EXPORT virtual void Update(); + + /** + * Checks that object has 2D presentation. Reimlemented to retun true. + */ + HYDRODATA_EXPORT virtual bool IsHas2dPrs() const; + /** * Returns data of object wrapped to QVariant. * Reimplemented to wrap and return saved path. @@ -100,12 +111,6 @@ public: */ HYDRODATA_EXPORT virtual bool ImportShape( const TopoDS_Shape& theShape ); - /** - * Update the wire contour on the basis of the polyline data. - * Call this method whenever you made changes for polyline data. - */ - HYDRODATA_EXPORT virtual void Update(); - /** * Returns flag indicating that polyline can be edited or not.