Inheritance diagram for oaChangeSetBase:
A change set manages individual change records, which represent changes made to a design. The oaChangeSet and oaChangeRec classes are involved in the communication between tracking and export plug-ins in the OpenAccess change management system (CMS).
|
This is the oaChangeSetBase destructor. |
|
This function accepts a change record visitor and enables the visitor to access all the change records managed by this change set.
Implemented in oaChangeSet. |
|
This function accepts a change set visitor. It calls the visit function of the specified visitor on this object.
Implemented in oaChangeSet. |
|
This function adds a leaf change record to the change set if there is no top-level hierarchical change record.
Implemented in oaChangeSet. |
|
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the oaConvertObjectChangeRec type. Applications that define derived change records supply the analogous virtual function to allocate memory for their derived class.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the Create1to1RelationshipChangeRec type.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the Create1toNRelationshipChangeRec type.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the oaCreateObjectChangeRec type.
Implemented in oaChangeSet. |
|
This function returns a smart pointer to an allocation record of the oaCMDatabaseRef type.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the oaDestroy1to1RelationshipChangeRec type.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the oaDestroy1toNRelationshipChangeRec type.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the oaDestroyObjectChangeRec type.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the oaMarkerChangeRec type.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the oaHierChangeRec type. Implemented in oaChangeSet. |
|
This function returns a smart pointer to an allocation record of the oaCMObjectIDRef type.
Implemented in oaChangeSet. |
|
This function returns a smart pointer to an allocation record of the oaCMObjectStateEntry type.
Implemented in oaChangeSet. |
|
This function returns a smart pointer to an allocation record of the oaCMObjectStateRef type.
Implemented in oaChangeSet. |
|
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the SetAttributeChangeRec type.
Implemented in oaChangeSet. |
|
This function returns a smart pointer to an allocation record of the oaCMStringEntry type.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the oaMarkerChangeRec type.
Implemented in oaChangeSet. |
|
This function returns a pointer to an allocation record of the UnsetAttributeChangeRec type.
Implemented in oaChangeSet. |
|
This function begins a new hierarchical change record on the specified database.
Implemented in oaChangeSet. |
|
This function creates an exact copy of the specified oaTransientMarkerChangeRec, including an identical timestamp.
Implemented in oaChangeSet. |
|
This function creates an exact copy of the specified oaExportMarkerChangeRec, including an identical timestamp.
Implemented in oaChangeSet. |
|
This function ends the current hierarchical change record on the specified database.
Implemented in oaChangeSet. |
|
This function attempts to find the database reference object managed by this change set.
Implemented in oaChangeSet. |
|
This function finds the last oaConvertObjectChangeRec in the list of change records associated with the hcr hierarchical change record. NULL is returned if one is not found.
Implemented in oaChangeSet. |
|
This function returns the last oaMarkerChangeRec of type typeIn on the list of change records associated with the specified database reference.
Implemented in oaChangeSet. |
|
This function attempts to find the ID reference object managed by this change set.
Implemented in oaChangeSet. |
|
This function attempts to find the state reference object managed by this change set.
Implemented in oaChangeSet. |
|
This function finds the string entry in the database managed by this change set.
Implemented in oaChangeSet. |
|
This function gets the current hierarchical change record for the specified database.
Implemented in oaChangeSet. |
|
This function retrieves the name of this change set in name.
Implemented in oaChangeSet. |
|
A change set has a counter that it increments each time a change record is added. This function returns the oaTimeStamp object that represents the current value of the counter. Implemented in oaChangeSet. |
|
This function returns a boolean indicating whether tracking is active on this change set. Implemented in oaChangeSet. |
|
This function returns a boolean indicating whether or not this change set has been exported. Implemented in oaChangeSet. |
|
This function passivates the references that describe the change records in the change set.
Implemented in oaChangeSet. |
|
Implemented in oaChangeSet. |
|
This function removes changes records from the change set associated with the specified database reference. All changes that occurred after the target marker change record are removed. If inclusive is set to true, the change marker itself is also removed.
Implemented in oaChangeSet. |
|
This function sets a boolean to indicate whether or not tracking is active on this change set.
Implemented in oaChangeSet. |
|
This function sets the status of this change set to exported. Implemented in oaChangeSet. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.