X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Polyline3D.h;h=e90b1cec8180916f9b00659a9207da21e74252de;hb=a10433b0e4c819c3e85194f15b2bff87aa25df3f;hp=c7d6cd0432c11ede80e0f710ab90055ca5b8f2f8;hpb=254bc4b391a60c6a0c49435711d48071be58f761;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Polyline3D.h b/src/HYDROData/HYDROData_Polyline3D.h index c7d6cd04..e90b1cec 100644 --- a/src/HYDROData/HYDROData_Polyline3D.h +++ b/src/HYDROData/HYDROData_Polyline3D.h @@ -61,7 +61,8 @@ public: /** * Dump object to Python script representation. */ - HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const; + HYDRODATA_EXPORT virtual QStringList DumpToPython( const QString& thePyScriptPath, + MapOfTreatedObjects& theTreatedObjects ) const; /** * Returns the list of all reference objects of this object. @@ -77,12 +78,12 @@ public: /** * Returns default filling color for new 3D polyline. */ - HYDRODATA_EXPORT static QColor DefaultFillingColor(); + HYDRODATA_EXPORT virtual QColor DefaultFillingColor() const; /** * Returns default border color for new 3D polyline. */ - HYDRODATA_EXPORT static QColor DefaultBorderColor(); + HYDRODATA_EXPORT virtual QColor DefaultBorderColor() const; public: @@ -148,20 +149,9 @@ public: * Returns list of polyline points. * \return list of 3D points */ - HYDRODATA_EXPORT Polyline3DPoints GetPoints() const; + HYDRODATA_EXPORT Polyline3DPoints GetPoints( double theEqDistance = -1 ) const; protected: - - /** - * Returns default filling color for new object. - */ - HYDRODATA_EXPORT virtual QColor getDefaultFillingColor() const; - - /** - * Returns default border color for new object. - */ - HYDRODATA_EXPORT virtual QColor getDefaultBorderColor() const; - /** * Checks and if necessary create child 3D object. * Reimplemented to prevent creation of 3D child object.