This class is the base class for custom classes that receive notification of OdDbDatabase events.
Events consist of the addition, modification, or deletion of objects from an OdDbDatabase instance.
The default implementations of all methods in this class do nothing.
File: DbDatabaseReactor.h
Module: API Reference
| |
Notification function called whenever a database is about to be deleted from memory. | |
Notification function called whenever a database -resident system variable has changed. | |
Notification function called whenever a database -resident system variable is about to change. | |
Notification function called whenever an OdDbObject has been appended to an OdDbDatabase. | |
Notification function called whenever an OdDbObject has been erased or unerased. | |
Notification function called whenever an OdDbObject has been modified. | |
Notification function called whenever an OdDbObject is about to be modified. | |
Notification function called whenever an OdDbObject has been reappended to an OdDbDatabase by a Redo operation. | |
Notification function called whenever an OdDbObject has been unappended from an OdDbDatabase by an Undo operation. | |
Notification function called after the specified application is loaded and all its proxy objects are resurrected. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|