Inheritance diagram for oaExportMarkerChangeRec:
Public Methods | |
oaExportMarkerChangeRec (oaChangeSetBase *changeSetIn, oaMarkerChangeRecTypeEnum typeIn, oaCMDatabaseRef::SPtr dbRef) | |
virtual oaMarkerChangeRec * | clone () |
virtual void | accept (oaChangeRecVisitor *visitor, oaBoolean forward=true) |
oaString | getMessage () const |
void | setMessage (const oaString &msg) |
|
This is the oaExportMarkerChangeRec constructor.
|
|
This function accepts a change record visitor to allow access to this change record. 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 oaMarkerChangeRec. |
|
This function creates an exact copy of the specified oaExportMarkerChangeRec, including an identical timestamp. Implements oaMarkerChangeRec. |
|
This function returns the string message associated with this oaExportMarkerChangeRec object. Typically, the string specifies the library, cell, and view names of the target design in a "save as" operation. |
|
This function sets the string message for this oaExportMarkerChangeRec. Typically, the string specifies the library, cell, and view names of the target design in a "save as" operation.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.