API Reference > OdDg Classes > OdDgDatabaseReactor Class
OdDgDatabaseReactor Class
OdDgDatabaseReactorOdDgDatabaseReactor
Syntax
C++
class OdDgDatabaseReactor : public OdRxObject;

DgDatabaseReactor.h

This class is the base class for custom classes that receive notification of OdDgDatabase events.

Events consist of the addition, modification, or deletion of objects from an OdDgDatabase instance. 

The default implementations of all methods in this class do nothing. 

Corresponding C++ library: TG_Db 

 

 
Name 
Description 
 
This is OdDgDatabaseReactor, a member of class OdDgDatabaseReactor. 
 
Name 
Description 
 
This is record OdDgDatabaseReactor::OdDgDatabaseActiveProperty. 
 
Name 
Description 
 
Notification function called whenever a database active properties ( model, color, line style etc. ) has been changed.
 
 
Notification function called whenever an OdDgElement has been appended to an OdDgDatabase.
 
 
Notification function called whenever an OdDgElement has been erased or unerased.
 
 
Notification function called whenever an OdDgElement has been modified.
 
 
Notification function called whenever an OdDgElement is about to be modified.
 
 
Notification function called whenever an OdDgElement has been reappended to an OdDgDatabase by a Redo operation.
 
 
Notification function called whenever an OdDgElement has been unappended from an OdDgDatabase by an Undo operation.
 
 
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 a database data has been modified.
 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDgDatabaseReactor. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.