X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Zone.h;h=29d8a2b931c7421678d9ac5684cbc84db5a8ab36;hb=a1431f03eac1d1aed4203d0568d987c41ce939b3;hp=e960de24508215749b4743f4ec5e2038690951e2;hpb=7ec27726afa16572a7cab1d7936c8e899674050b;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Zone.h b/src/HYDROGUI/HYDROGUI_Zone.h index e960de24..29d8a2b9 100644 --- a/src/HYDROGUI/HYDROGUI_Zone.h +++ b/src/HYDROGUI/HYDROGUI_Zone.h @@ -76,23 +76,23 @@ public: bool isMergingNeed() const; /** - * Returns the list of bathymetries names. + * Returns the list of altidude object names. */ - QStringList getBathymetries() const; + QStringList getAltitudes() const; /** - * Returns the merging type for conflict bathymetries. + * Returns the merging type for conflict altidudes. */ - HYDROData_Zone::MergeBathymetriesType getMergeType() const; + HYDROData_Zone::MergeAltitudesType getMergeType() const; /** - * Set the merging type for conflict bathymetries. + * Set the merging type for conflict altidudes. * If the type is Merge_Object then use the second parameter to set the merge bathymetry. */ - void setMergeType( int theMergeType, QString theBathymetryName = QString() ); + void setMergeType( int theMergeType, QString theAltitudeName = QString() ); private: QString getRefObjectNames() const; - QString getBathimetryName() const; + QString getAltitudeName() const; }; #endif