Salome HOME
Comments moved.
[modules/hydro.git] / src / HYDROData / HYDROData_Stream.h
index 3ebc441ab6bb2810e5d110a3bb1eac6e4d28a347..e7bec1950525accfbaba3acdfa31092779f17533 100644 (file)
@@ -63,6 +63,16 @@ public:
    */
   HYDRODATA_EXPORT virtual void Update();
 
+  /**
+   * Returns default filling color for new stream.
+   */
+  HYDRODATA_EXPORT static QColor DefaultFillingColor();
+
+  /**
+   * Returns default border color for new stream.
+   */
+  HYDRODATA_EXPORT static QColor DefaultBorderColor();
+
 
 public:      
   // Public methods to work with Stream
@@ -135,6 +145,16 @@ protected:
    */
   Handle(Geom_BSplineCurve) buildInterpolationCurve(const   Handle(TColgp_HArray1OfPnt)& theArrayOfPnt);
 
+  /**
+   * Returns default filling color for new object.
+   */
+  HYDRODATA_EXPORT virtual QColor getDefaultFillingColor() const;
+
+  /**
+   * Returns default border color for new object.
+   */
+  HYDRODATA_EXPORT virtual QColor getDefaultBorderColor() const;
+
 private:
   
   void setParametersArray( const TColStd_Array1OfReal& theArray );