An abstract interface class that provides functionality for storing information about an object, allows to get an access to the internal object's data (properties) and process different events triggered within the object through adding reactor objects for it. This class is an extension for the OdRxObject class.
Corresponding C++ library: Od_Tf
File: TfObject.h
Adds a new persistent reactor object to the element's reactor list. | |
Adds a new transient reactor object to the element's reactor list. | |
Retrieves the object's owner object. | |
Retrieves all the persistent reactors from the element. | |
This is the overview for the getProperty method overload. | |
Retrieves all the transient reactors from the element. | |
Retrieves whether a specified persistent reactor object is attached to the element. | |
Removes a specified persistent reactor object from the element's reactor list. | |
Removes a specified transient reactor object from the element's reactor list. | |
This is the overview for the setProperty method overload. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|