This class discribes the services we need to
implement Delta and Undo/Redo services.
AttributeDeltas are applied in an unpredictable
order. But by the redefinition of the method
IsNowApplicable, a condition can be verified
before application. If the AttributeDelta is not
yet applicable, it is put at the end of the
AttributeDelta list, to be treated later. If a
dead lock if found on the list, the
AttributeDeltas are forced to be applied in an
unpredictable order.
#include <TDF_AttributeDelta.hxx>
Constructor & Destructor Documentation
Member Function Documentation
Implemented in TDataStd_DeltaOnModificationOfRealArray, TDataStd_DeltaOnModificationOfExtStringArray, TDataStd_DeltaOnModificationOfByteArray, TDataStd_DeltaOnModificationOfIntArray, TNaming_DeltaOnModification, TDataStd_DeltaOnModificationOfIntPackedMap, TDF_DeltaOnAddition, TDF_DeltaOnForget, TDF_DeltaOnResume, TNaming_DeltaOnRemoval, TDF_DeltaOnModification, TDF_DefaultDeltaOnModification, and TDF_DefaultDeltaOnRemoval.
The documentation for this class was generated from the following file: