Salome HOME
refs #653, #665 - 669: start implementation of features.
[modules/hydro.git] / src / HYDROData / HYDROData_Tool.h
index 39fc887b87cb5b1356db19b4589b57b8c3139979..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 {
 
@@ -117,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 )