CFx SDK Documentation
2020SP3
|
Go to the source code of this file.
Classes | |
class | OdDbHyperlink |
class | OdDbHyperlinkCollection |
class | OdDbEntityHyperlinkPE |
Typedefs | |
typedef OdSmartPtr< OdDbHyperlinkCollection > | OdDbHyperlinkCollectionPtr |
typedef OdSmartPtr< OdDbEntityHyperlinkPE > | OdDbEntityHyperlinkPEPtr |
typedef void(* | ODDBHYPERLINK_CALLBACK) (const OdDbHyperlink *) |
Functions | |
DBROOT_EXPORT void | odrxRegisterHyperlinkDestructorCallback (ODDBHYPERLINK_CALLBACK callbackFunc) |
DBROOT_EXPORT void | odrxUnregisterHyperlinkDestructorCallback () |
This template class is a specialization of the OdSmartPtr class for OdDbEntityHyperlinkPE object pointers.
Definition at line 387 of file DbHyperlink.h.
typedef void(* ODDBHYPERLINK_CALLBACK) (const OdDbHyperlink *) |
This registration allows you to catch the invoking of each hyperlink destructor.
Definition at line 392 of file DbHyperlink.h.
This template class is a specialization of the OdSmartPtr class for OdDbHyperlinkCollection object pointers.
Definition at line 241 of file DbHyperlink.h.
DBROOT_EXPORT void odrxRegisterHyperlinkDestructorCallback | ( | ODDBHYPERLINK_CALLBACK | callbackFunc | ) |
DBROOT_EXPORT void odrxUnregisterHyperlinkDestructorCallback | ( | ) |