Inheritance diagram for oaConvertObjectChangeRec:
Public Methods | |
oaConvertObjectChangeRec (oaChangeSetBase *changeSetIn, oaCMObjectRef::SPtr objRef, oaCMObjectRef::SPtr convObjRef) | |
oaCMObjectRef::SPtr | getConvertedToObject () const |
void | setConvertedToObject (const oaCMObjectRef::SPtr convObjRef, const oaCMObjectStateEntry::SPtr convObjState) |
oaCMObjectStateEntry::SPtr | getObjectStateEntry () const |
virtual void | accept (oaChangeRecVisitor *visitor, oaBoolean forward=true) |
virtual oaBoolean | isConvertObjectChangeRec () const |
Change records are used by the OpenAccess change management system (CMS).
|
This is the oaConvertObjectChangeRec 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 returns a smart pointer to the oaCMObjectRef object of the type-converted object. |
|
This function returns a smart pointer to an oaCMObjectStateEntry object that stores the state of the object. The state of an object is a a unique combination of attributes and relationships that define the object. |
|
This function always returns true indicating that this is an object type-conversion change record. Reimplemented from oaChangeRec. |
|
This function sets the oaCMObjectRef of the type-converted object and specifies the full state of the converted object.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.