This class is the base class for custom classes that receive notification of OdDgElement and OdDgModel element events.
The default implementations of all methods in this class do nothing but return.
Corresponding C++ library: TG_Db
File: DgElementReactor.h
Module: API Reference
(Inherited from OdDgElementReactor) | |
| |
Notification function called immediately before an element is closed. (Inherited from OdDgElementReactor) | |
Notification function called whenever the notifying element has had its clone() member function called. (Inherited from OdDgElementReactor) | |
Notification function called whenever an element has been erased or unerased. (Inherited from OdDgElementReactor) | |
Returns the first transient reactor of the specified class that is attached to the specified element. (Inherited from OdDgElementReactor) | |
Notification function called whenever an model is opened OdDg::kForWrite, a function has been called that could modify the gi context linked contents of this element, and this element is now being closed. | |
Notification function called just before an element is deleted from memory. (Inherited from OdDgElementReactor) | |
Notification function called whenever an element is opened OdDg::kForWrite, a function has been called that could modify the contents of this element, and this element is now being closed. (Inherited from OdDgElementReactor) | |
Notification function called whenever an geometry of element derived from OdDgGraphicsElement is modified. (Inherited from OdDgElementReactor) | |
Notification function called whenever an element derived from OdDgGraphicsElement is modified. (Inherited from OdDgElementReactor) | |
Notification function called whenever the attribute linkages has been written to the notifying element. (Inherited from OdDgElementReactor) | |
Notification function called whenever the notifying element is in the midst an Undo operation that is undoing modifications. (Inherited from OdDgElementReactor) | |
Notification function called whenever an element is opened for modify OdDg::kForWrite. (Inherited from OdDgElementReactor) | |
Notification function called whenever a Redo process processes the reappending of the notifying element to the database. (Inherited from OdDgElementReactor) | |
Notification function called whenever a method of the specified subelement has called assertWriteEnabled() (Inherited from OdDgElementReactor) | |
Notification function called whenever the Undo process processes the appending of the notifying element to the database. (Inherited from OdDgElementReactor) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|