Salome HOME
Sorting alphabetically.
[modules/hydro.git] / src / HYDROData / HYDROData_Tool.h
index 5be4ba3ab2e65b366605a09a4e167b4ed4ec81c7..85824d6ef10f7cf5bec3358bf7b0ccfc0e0e8f62 100644 (file)
@@ -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 )