X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeBoolean.h;h=e579649e9ce922c0a0f2d1f99e1b0cba877b71c7;hb=2f70266a7065a81d239198cf4ca0f507e46b96ff;hp=1ad1f487e170854ef9f1bdf06a076294ceb8aeb4;hpb=d34842c50d5f335cca443c78910c16c54139c7d0;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeBoolean.h b/src/Model/Model_AttributeBoolean.h index 1ad1f487e..e579649e9 100644 --- a/src/Model/Model_AttributeBoolean.h +++ b/src/Model/Model_AttributeBoolean.h @@ -32,6 +32,9 @@ class Model_AttributeBoolean : public ModelAPI_AttributeBoolean /// Initializes attibutes Model_AttributeBoolean(TDF_Label& theLabel); + /// Reinitializes the internal state of the attribute (may be needed on undo/redo, abort, etc) + virtual void reinit(); + friend class Model_Data; };