Public Methods | |
oaObserver (oaUInt4 priorityIn, oaBoolean enabledIn=true) | |
virtual | ~oaObserver () |
virtual void | onInvalidate (oaChangeMgrModTypeEnum modType) |
virtual void | onPreImport () |
virtual void | onPostImport () |
virtual void | onPreExport () |
virtual void | onPostExport () |
See oaObserver for information on using OpenAccess observer template classes to derive and instantiate observers in an application.
|
This is the default constructor for the oaObserver<oaChangeMgr> class. It adds this observer to the list of observers. 'priorityIn' is used to determine where the observer should be inserted. The observers are ordered by the priority from lowest to highest.
|
|
This is the default destructor for the oaObserver<oaChangeMgr> class. It removes this observer from the oaChangeMgr observer list. |
|
This function is called when a change set becomes invalid, possibly resulting from an undo operation that crosses the boundary of a change set.
|
|
This function is called after an export is performed. |
|
This function is called after an import is performed. |
|
This function is called before an export is performed.
|
|
This function is called before an import is performed. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.