| CFx SDK Documentation
    2020SP3
    | 
#include <DbHyperlink.h>
| Public Types | |
| enum | HLinkFlags { kUndefined = 0, kConvertDwgToDwf = 0x1 } | 
| Public Member Functions | |
| OdDbHyperlink () | |
| virtual | ~OdDbHyperlink () | 
| virtual const OdString | name () const =0 | 
| virtual void | setName (const OdString &name)=0 | 
| virtual const OdString | description () const =0 | 
| virtual void | setDescription (const OdString &description)=0 | 
| virtual const OdString | subLocation () const =0 | 
| virtual void | setSubLocation (const OdString &subLocation)=0 | 
| virtual const OdString | getDisplayString () const =0 | 
| virtual bool | isOutermostContainer () const =0 | 
| virtual int | getNestedLevel () const =0 | 
| virtual OdInt32 | flags () const =0 | 
| virtual void | setFlags (OdInt32 lFlags)=0 | 
This class is the base class for Hyperlink objects.
Corresponding C++ library: TD_Db
Description Hyperlink Name A filename or URL. Sublocation A named view, range of cells, etc. Description A display name for the Hyperlink.
<group OdDb_Classes>
Definition at line 56 of file DbHyperlink.h.
Flags that can be set on the hyperlink object
| Enumerator | |
|---|---|
| kUndefined | |
| kConvertDwgToDwf | |
Definition at line 62 of file DbHyperlink.h.
| 
 | inline | 
Definition at line 68 of file DbHyperlink.h.
| 
 | inlinevirtual | 
Definition at line 69 of file DbHyperlink.h.
| 
 | pure virtual | 
Returns the description associated with this Hyperlink object.
| 
 | pure virtual | 
Get flags that can be set on the hyperlink object
| 
 | pure virtual | 
Returns the display string associated with this Hyperlink object.
| 
 | pure virtual | 
Returns the nesting level of this Hyperlink object.
| 
 | pure virtual | 
Returns true if and only if this Hyperlink object is associated with the outermost container.
| 
 | pure virtual | 
Returns the name associated with this Hyperlink object.
Sets the description associated with this Hyperlink object.
| description | [in] Description for this Hyperlink object. | 
Set flags that can be set on the hyperlink object
Sets the name associated with this Hyperlink object.
| name | [in] Name for this Hyperlink object. | 
Sets the sublocation associated with this Hyperlink object.
| subLocation | [in] Sublocation for this Hyperlink object. | 
| 
 | pure virtual | 
Returns the sublocation associated with this Hyperlink object.