Inheritance diagram for oaDestroyObjectChangeRec:
Public Methods | |
oaDestroyObjectChangeRec (oaChangeSetBase *changeSetIn, oaCMObjectRef::SPtr objectRefIn) | |
virtual oaBoolean | isDestroyObjectChangeRec () const |
virtual void | accept (oaChangeRecVisitor *visitor, oaBoolean forward=true) |
Change records are used by the OpenAccess change management system (CMS).
|
This is the oaDestroyObjectChangeRec constructor.
|
|
This function accepts a change record visitor. It calls the visit function of the specified visitor on this object. The forward parameter indicates the direction in which the change records are being visited. The forward parameter might be set to false if the goal of the visit is to roll back changes due to an undo command.
Implements oaChangeRec. |
|
This function always returns true to indicate that this change record represents the destruction of an object.
Reimplemented from oaChangeRec. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.