#include <DbHyperlink.h>
This class is a container object for OdDbHyperlink objects.
- See also
- OdDbEntityHyperlinkPE OdDbHyperlink OdDbHyperlinkCollection
Corresponding C++ library: TD_Db
<group OdDb_Classes>
Definition at line 176 of file DbHyperlink.h.
◆ OdDbHyperlinkCollection()
OdDbHyperlinkCollection::OdDbHyperlinkCollection |
( |
| ) |
|
|
inline |
◆ ~OdDbHyperlinkCollection()
virtual OdDbHyperlinkCollection::~OdDbHyperlinkCollection |
( |
| ) |
|
|
inlinevirtual |
◆ addAt()
Creates a HyperLink object and inserts it into this HyperlinkCollection object at the specified index.
- Parameters
-
hyperlinkIndex | [in] Hyperlink index. |
name | [in] Name for the Hyperlink object. |
description | [in] Description for the Hyperlink object. |
subLocation | [in] Sublocation for the Hyperlink object. |
◆ addHead()
Creates a HyperLink object and adds it to the beginning of this HyperlinkCollection object.
- Parameters
-
name | [in] Name for the Hyperlink object. |
description | [in] Description for the Hyperlink object. |
subLocation | [in] Sublocation for the Hyperlink object. |
◆ addTail()
Creates a HyperLink object and adds it to the end of this HyperlinkCollection object.
- Parameters
-
name | [in] Name for the Hyperlink object. |
description | [in] Description for the Hyperlink object. |
subLocation | [in] Sublocation for the Hyperlink object. |
◆ count()
virtual int OdDbHyperlinkCollection::count |
( |
| ) |
const |
|
pure virtual |
Returns the number of HyperLink objects in this HyperlinkCollection object.
◆ item()
virtual OdDbHyperlink * OdDbHyperlinkCollection::item |
( |
const int |
hyperlinkIndex | ) |
const |
|
pure virtual |
Returns the HyperLink object at the specified location in this HyperlinkCollection object.
- Parameters
-
hyperlinkIndex | [in] Hyperlink index. |
◆ ODRX_DECLARE_MEMBERS()
◆ removeAt()
virtual void OdDbHyperlinkCollection::removeAt |
( |
const int |
hyperlinkIndex | ) |
|
|
pure virtual |
Removes a Hyperlink object at the specified location in this HyperlinkCollection object.
- Parameters
-
hyperlinkIndex | [in] Index of the Hyperlink to remove. |
◆ removeHead()
virtual void OdDbHyperlinkCollection::removeHead |
( |
| ) |
|
|
pure virtual |
Removes the first Hyperlink object in this HyperlinkCollection object.
◆ removeTail()
virtual void OdDbHyperlinkCollection::removeTail |
( |
| ) |
|
|
pure virtual |
Removes the last Hyperlink object in this HyperlinkCollection object.
The documentation for this class was generated from the following file: