Contains runtime information about a Rx-Object.
A pointer to an OdRxClass instance can be obtained for an OdRxObject class by calling the OdRxObject::desc() function.
File: RxObject.h
Module: API Reference
RTTI Technology
Implementing the Class Describing Structure
| |
Default constructor for this class. (Inherited from OdRxObject) | |
| |
The virtual destructor for this class. (Inherited from OdRxObject) |
| |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Creates the Protocol Extension for the specified OdRxClass. | |
Returns the application class name for the class describing instance represented by this OdRxClass object. Custom class can alter its application name depending on file format version it's being saved to. | |
Returns a pointer to the callback function which is called when a drawing is to be saved and the logical application class name represented by the class description instance to be written out to file for the custom class, or NULL, if the callback function is not assigned. | |
This is the overview for the attributes method overload. | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
Returns the raw pointer to the function that is the pseudo-constructor for this class. | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Creates a new instance of the class associated with the class describing instance using the pseudo-constructor of the class. | |
Returns the custom flags for the class describing instance represented by this OdRxClass object. | |
Deletes the Protocol Extension for the specified Protocol Extension class. | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns the DXF class name for the class describing instance represented by this OdRxClass object. | |
Returns the .dwg file version and maintenance version for the class describing instance represented by this OdRxClass object. | |
Returns the Protocol Extension for the specified Protocol extension class. | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Checks whether the class defined by this class describing instance belongs to or derived from the specified class. The method returns true if and only if this object is an instance of the specified class or a subclass of the specified class. | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. (Inherited from OdRxObject) | |
| |
Returns the OdRxModule object in which the class is resided. | |
Returns the raw pointer to the class describing instance which describes the parent class for this class as the OdRxClass object. | |
Returns the class name for the class describing instance represented by this OdRxClass object. | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
Returns the /proxy flags/ for the class describing instance represented by this OdRxClass object. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. (Inherited from OdRxObject) | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Sets the user-defined function as the pseudo-constructor for this class. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. (Inherited from OdRxObject) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|