Salome HOME
Documentation update
[modules/shaper.git] / src / Model / Model_AttributeInteger.h
index bd6a12da3a36108febbb67c27c83b6e278517fe0..c56ff8af9b45a20339f4416799cd45ebaf811a93 100644 (file)
@@ -58,6 +58,8 @@ class Model_AttributeInteger : public ModelAPI_AttributeInteger
  protected:
   /// Initializes attributes
   Model_AttributeInteger(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;