Inheritance diagram for oaUnsetAttributeChangeRec:
Public Methods | |
oaUnsetAttributeChangeRec (oaChangeSetBase *changeSetIn, oaCMObjectRef::SPtr ownerIn, sd::sdAttribute *attrIn) | |
virtual | ~oaUnsetAttributeChangeRec () |
virtual const sd::sdAttribute * | getSchemaDefinition () const |
virtual oaCMObjectRef::SPtr | getOwner () const |
virtual void | accept (oaChangeRecVisitor *visitor, oaBoolean forward=true) |
Change records are used by the OpenAccess change management system (CMS).
|
This is the oaUnsetAttributeChangeRec constructor.
|
|
This is the oaUnsetAttributeChangeRec destructor. |
|
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 returns a smart pointer to an oaCMObjectRef that is the owning object for the attribute that is the subject of this oaAttributeChangeRec. Implements oaAttributeChangeRec. |
|
This function returns a pointer to the schema definition for the attribute that is the subject of this oaUnsetAttributeChangeRec. Implements oaAttributeChangeRec. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.