| CFx SDK Documentation 2024 SP0
    | 
#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 Filename or URL. Sublocation Named view, range of cells, etc. Description Display name for a Hyperlink.
<group OdDb_Classes>
Definition at line 55 of file DbHyperlink.h.
This enumeration specifies flags that can be set for a hyperlink object.
| Enumerator | |
|---|---|
| kUndefined | Undefined | 
| kConvertDwgToDwf | Convert DWG to DWF | 
Definition at line 61 of file DbHyperlink.h.
| 
 | inline | 
Default constructor. Creates a new object of the OdDbHyperlink class.
Definition at line 72 of file DbHyperlink.h.
| 
 | inlinevirtual | 
Virtual destructor. Destroys an object of the OdDbHyperlink class and releases all resources that were used by the object.
Definition at line 78 of file DbHyperlink.h.
| 
 | pure virtual | 
Returns the description associated with this Hyperlink object.
| 
 | pure virtual | 
Gets flags for this 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. | 
Sets flags for this Hyperlink object.
| lFlags | [in] Flags to set. | 
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.