X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_CalculationCase.h;h=1b6d4bfbeef34bac283ea1d3cf381bb8dd3cb0a3;hb=deed826b2d6c39ba2ed410108cdf54d64cded321;hp=2b471335d3fb53c54cc81095c3e9a4df4cbda543;hpb=7e825ec456c9331ef0df1cb59865cc55f0d8516a;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_CalculationCase.h b/src/HYDROData/HYDROData_CalculationCase.h index 2b471335..1b6d4bfb 100644 --- a/src/HYDROData/HYDROData_CalculationCase.h +++ b/src/HYDROData/HYDROData_CalculationCase.h @@ -45,6 +45,11 @@ public: */ HYDRODATA_EXPORT virtual const ObjectKind GetKind() const { return KIND_CALCULATION; } + /** + * Updates the name of this object. + * Reimplemented to update the names of regions and zones. + */ + HYDRODATA_EXPORT virtual void SetName( const QString& theName ); /** * Dump Calculation object to Python script representation.