Salome HOME
refs #653, #665 - 669: start implementation of features.
[modules/hydro.git] / src / HYDROData / HYDROData_Tool.h
index db72e3ff984bb21994d3075611a1452ebbf37531..efff055d66a2849944108836fa98461e1e203285 100644 (file)
@@ -41,6 +41,7 @@ class TopoDS_Face;
 class TopoDS_Shape;
 class TopoDS_Wire;
 class TopTools_SequenceOfShape;
+class Quantity_Color;
 
 class HYDRODATA_EXPORT HYDROData_Tool {
 
@@ -50,12 +51,6 @@ public:
                                                             const QStringList& theStrings,
                                                             const QString&     theSep = "\n" );
 
-  /**
-   * Enables "MustBeUpdated" flag for objects that are depended on "MustBeUpdated" objects.
-   * \param theDoc document where this operation is performed
-   */
-  static void                           SetMustBeUpdatedObjects( const Handle_HYDROData_Document& theDoc );
-
   /**
    * \brief Generate name for new object.
    * \param theDoc document
@@ -123,6 +118,8 @@ public:
 
   static TCollection_ExtendedString toExtString( const QString& );
   static QString                    toQString( const TCollection_ExtendedString& );
+
+  static Quantity_Color             toOccColor( const QColor& );
 };
 
 inline bool ValuesEquals( const double& theFirst, const double& theSecond )