Salome HOME
patch for warnings
[modules/hydro.git] / src / HYDROData / HYDROData_Profile.h
index fb7edcd7e6cb537e2e842319208e149531468b98..f1f5238076afee17d34b514fcfd36118348b99f5 100644 (file)
@@ -87,12 +87,12 @@ public:
   /**
    * Returns default filling color for new profile.
    */
-  HYDRODATA_EXPORT static QColor DefaultFillingColor();
+  HYDRODATA_EXPORT virtual QColor DefaultFillingColor() const;
 
   /**
    * Returns default border color for new profile.
    */
-  HYDRODATA_EXPORT static QColor DefaultBorderColor();
+  HYDRODATA_EXPORT virtual QColor DefaultBorderColor() const;
 
 
 public:
@@ -200,7 +200,7 @@ public:
    * Return profile middle point.
    * \return non-parametric profile point
    */
-  HYDRODATA_EXPORT ProfilePoint GetMiddlePoint() const;
+  HYDRODATA_EXPORT ProfilePoint GetMiddlePoint( bool CanUseDefault ) const;
 
 public:
   // Public methods to work with files.
@@ -247,17 +247,6 @@ public:
                                                 bool*      theIsRead = 0 );
 
 protected:
-
-  /**
-   * 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;
-
   /**
    * Checks and if necessary create child 3D object.
    * Reimplemented to prevent creation of 3D child object.