This class is a container object for OdDbHyperlink objects.
File: DbHyperlink.h
Module: API Reference
Corresponding C++ library: TD_Db
Default constructor. Creates a new object of the OdDbHyperlinkCollection class. | |
Default constructor for this class. (Inherited from OdRxObject) | |
Virtual destructor. Destroys an object of the OdDbHyperlinkCollection class and releases all resources that were used by the object. | |
The virtual destructor for this class. (Inherited from OdRxObject) |
Creates a HyperLink object and inserts it into this HyperlinkCollection object at the specified index. | |
Creates a HyperLink object and adds it to the beginning of this HyperlinkCollection object. | |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Creates a HyperLink object and adds it to the end of this HyperlinkCollection object. | |
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) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Returns the number of HyperLink objects in this HyperlinkCollection object. | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
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 HyperLink object at the specified location in this HyperlinkCollection object. | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
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) | |
Removes a Hyperlink object at the specified location in this HyperlinkCollection object. | |
Removes the first Hyperlink object in this HyperlinkCollection object. | |
Removes the last Hyperlink object in this HyperlinkCollection object. | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
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.
|