Salome HOME
porting on linux
[modules/hydro.git] / src / HYDROData / HYDROData_Digue.h
index c4145d220c439c2e881a5bbfdc3a68fc92c7a7a1..c72abf39c9a72146e764232146b9744611661d20 100644 (file)
@@ -1,3 +1,20 @@
+// Copyright (C) 2014-2015  EDF-R&D
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef HYDROData_Digue_HeaderFile
 #define HYDROData_Digue_HeaderFile
@@ -30,9 +47,14 @@ public:
   HYDRODATA_EXPORT virtual const ObjectKind GetKind() const {return KIND_DIGUE;}
 
   /**
-   * Dump object to Python script representation.
+   * Returns default filling color for new digue.
    */
-  HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const;
+  HYDRODATA_EXPORT virtual QColor DefaultFillingColor() const;
+
+  /**
+   * Returns default border color for new digue.
+   */
+  HYDRODATA_EXPORT virtual QColor DefaultBorderColor() const;
 
 protected: