API Reference > OdRx Classes > OdDgRxEventReactor Class
OdDgRxEventReactor Class
OdDgRxEventReactorOdDgRxEventReactor
Syntax
C++
class OdDgRxEventReactor : public OdRxObject;

DgRxEvent.h

This class is the base class for custom classes that receive notification of OdDgRxEvent (application level) events.

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

TG_Db 

 

 
Name 
Description 
 
Notification function called whenever a subDeepClone operation has failed.
 
 
Notification function called whenever the insertion of a database has failed.
 
 
Notification function called whenever the save of a database has failed.
 
 
Notification function called whenever the wblock of a database has failed.
 
 
Notification function called whenever a subDeepClone operation is about to be started on a database.
 
 
Notification function called whenever a the translation stage of a subDeepClone operation is about to be started on a database.
 
 
This is the overview for the beginInsert method overload. 
 
Notification function called whenever a database is about to be saved to a .dgn file.
 
 
This is the overview for the beginWblock method overload. 
 
Notification function called whenever one database is being wblocked to another.
 
 
Notification function called whenever a database has been constructed from a file.
 
 
Notification function called whenever a database is about to be deleted from memory.
 
 
Notification function called whenever a .dgn file is being read.
 
 
Notification function called whenever a subDeepClone operation has succeeded.
 
 
Notification function called whenever the insertion of a database has succeeded.
 
 
Notification function called whenever the wblock of a database has succeded.
 
 
Notification function called whenever a .dgn file has been read.
 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDgRxEventReactor. 
 
Notification function called whenever one database has been inserted into another.
 
 
Notification function called whenever one database is being wblocked to another.
 
 
Notification function called before an attempt is made to partially open an OdDbDatabase.
 
 
Notification function called whenever a database has been saved to a .dgn file.
 
 
Notification function called while one database is about to be wblocked to another.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.