X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Zone.h;h=a4293f4c8152ea94ebecf71cdd998d1b41420d77;hb=8255eee47f0b0c5d396725421b65094f439b430a;hp=aaf7a2ded1b9e165a1085e08198978fe77bba1d4;hpb=f0688b4c39fcc3e49c2b58a90724b9c1c84f1337;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Zone.h b/src/HYDROGUI/HYDROGUI_Zone.h index aaf7a2de..a4293f4c 100644 --- a/src/HYDROGUI/HYDROGUI_Zone.h +++ b/src/HYDROGUI/HYDROGUI_Zone.h @@ -72,23 +72,23 @@ public: bool isMergingNeed() const; /** - * Returns the list of altidude object names. + * Returns the list of source object names. */ - QStringList getAltitudes() const; + QStringList getObjects() const; /** * Returns the merging type for conflict altidudes. */ - HYDROData_Zone::MergeAltitudesType getMergeType() const; + HYDROData_Zone::MergeType getMergeType() const; /** - * Set the merging type for conflict altidudes. - * If the type is Merge_Object then use the second parameter to set the merge bathymetry. + * Set the merging type for conflict altidudes/types. + * If the type is Merge_Object then use the second parameter to set the merge bathymetry/land cover. */ - void setMergeType( int theMergeType, QString theAltitudeName = QString() ); + void setMergeType( int theMergeType, QString theMergeObjectName = QString() ); private: QString getRefObjectNames() const; - QString getAltitudeName() const; + QString getObjectName() const; }; #endif