X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Tool.h;h=85824d6ef10f7cf5bec3358bf7b0ccfc0e0e8f62;hb=f108c7fd8c3b2dbb8c263b14456a31f8dd1d0921;hp=5be4ba3ab2e65b366605a09a4e167b4ed4ec81c7;hpb=ac7145bc4d05b5df24b7bb28e968dfdc2930aed6;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Tool.h b/src/HYDROData/HYDROData_Tool.h index 5be4ba3a..85824d6e 100644 --- a/src/HYDROData/HYDROData_Tool.h +++ b/src/HYDROData/HYDROData_Tool.h @@ -8,6 +8,7 @@ class QFile; class QStringList; +class Handle_HYDROData_Document; class HYDROData_Tool { @@ -17,6 +18,12 @@ public: const QStringList& theStrings, const QString& theSep = "\n" ); + /** + * Enables "MustBeUpdated" flag for Images that are depended on "MustBeUpdated" images. + * \param theDoc document where this operation is performed + */ + static void SetMustBeUpdatedImages( Handle_HYDROData_Document theDoc ); + }; inline bool ValuesEquals( const double& theFirst, const double& theSecond )