Inheritance diagram for oaObserver<oaParasiticNetwork>:
Public Methods | |
oaObserver (oaUInt4 priorityIn, oaBoolean enabledIn=true) | |
virtual | ~oaObserver () |
virtual void | onPostCreate (oaParasiticNetwork *pn) |
virtual void | onPreDestroy (oaParasiticNetwork *pn) |
virtual void | onPostLoad (oaParasiticNetwork *pn) |
virtual void | onPreUnload (oaParasiticNetwork *pn) |
virtual void | onPreModify (oaParasiticNetwork *pn, oaParasiticNetworkModTypeEnum modType) |
virtual void | onPostModify (oaParasiticNetwork *pn, oaParasiticNetworkModTypeEnum modType) |
See oaObserver for information on using Open Access observer template classes to derive and instantiate observers in an application.
|
This is the oaObserver<oaParasiticNetwork> constructor. If multiple observers exist for a given oaParasiticNetwork notification event, observers with a lower priorityIn value are called before those with a higher value.
|
|
This is the destructor for the oaObserver<oaParasiticNetwork> class. This function destroys this oaObserver<oaParasiticNetwork> object, deactivating and deleting this observer from the oaParasiticNetwork observer list, and freeing all resources associated with this observer. |
|
This function is called after an oaParasiticNetwork object is created. The application's derived observer class should implement this function to receive notification after an oaParasiticNetwork object is created.
|
|
This observer function is called after an oaParasiticNetwork has been loaded. The application's derived class should implement this function to receive notification after an oaParasiticNetwork object has been loaded.
|
|
This function is called after an oaParasiticNetwork object has been modified. The application's derived class should implement this function to receive notification after an oaParasiticNetwork object has been modified.
|
|
This function is called before an oaParasiticNetwork object is destroyed. The application's derived observer class should implement this function to receive notification when an oaParasiticNetwork object is about to be destroyed.
|
|
This function is called before an oaParasiticNetwork object is modified. The application's derived class should implement this function to receive notification when an oaParasiticNetwork object is about to be modified.
|
|
This observer function is called before an oaParasiticNetwork is unloaded. The application's derived class should implement this function to receive notification when an oaParasiticNetwork object is about to be unloaded.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.