X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomData%2FGeomData_Point2D.h;h=3bb62e8a02cd1b7a1d47d38cd2978e99d8be41d7;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=8b4affa03ebc1bec6f155723e283d0589fee1fbb;hpb=70f8434967195327040485995ca62b40d029e7ab;p=modules%2Fshaper.git diff --git a/src/GeomData/GeomData_Point2D.h b/src/GeomData/GeomData_Point2D.h index 8b4affa03..3bb62e8a0 100644 --- a/src/GeomData/GeomData_Point2D.h +++ b/src/GeomData/GeomData_Point2D.h @@ -60,7 +60,7 @@ class GeomData_Point2D : public GeomDataAPI_Point2D GEOMDATA_EXPORT virtual std::string expressionError(int theComponent); /// Defines the used parameters - GEOMDATA_EXPORT virtual void setUsedParameters(int theComponent, + GEOMDATA_EXPORT virtual void setUsedParameters(int theComponent, const std::set& theUsedParameters); /// Returns the used parameters @@ -68,7 +68,12 @@ class GeomData_Point2D : public GeomDataAPI_Point2D protected: /// Initializes attributes - GEOMDATA_EXPORT GeomData_Point2D(TDF_Label& theLabel); + GEOMDATA_EXPORT GeomData_Point2D(); + /// Reinitializes the internal state of the attribute (may be needed on undo/redo, abort, etc) + virtual void reinit(); + + /// Resets attribute to deafult state. + virtual void reset(); friend class Model_Data; };