Salome HOME
refs #417: showing new objects
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineXY.h
index ccbdaba650e909267304d8482715a3985496b4b0..86ae8e54d2e3f836a68cf26c1d4523e0c9da5308 100644 (file)
@@ -40,6 +40,17 @@ public:
    */
   HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const;
 
+  /**
+   * Update the wire contour on the basis of the polyline data.
+   * Call this method whenever you made changes for polyline data.
+   */
+  HYDRODATA_EXPORT virtual void Update();
+
+  /**
+   * Checks that object has 2D presentation. Reimlemented to retun true.
+   */
+  HYDRODATA_EXPORT virtual bool IsHas2dPrs() const;
+
   /**
    * Returns data of object wrapped to QVariant.
    * Reimplemented to wrap and return saved path.
@@ -100,12 +111,6 @@ public:
    */
   HYDRODATA_EXPORT virtual bool ImportShape( const TopoDS_Shape& theShape );
 
-  /**
-   * Update the wire contour on the basis of the polyline data.
-   * Call this method whenever you made changes for polyline data.
-   */
-  HYDRODATA_EXPORT virtual void Update();
-
 
   /**
    * Returns flag indicating that polyline can be edited or not.