CFx SDK Documentation 2024 SP0
|
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 smart pointers.
Definition at line 476 of file DbHyperlink.h.
typedef void(* ODDBHYPERLINK_CALLBACK) (const OdDbHyperlink *) |
This type specifies callback functions that are called when a Hyperlink destructor call is detected. Used by the odrxRegisterHyperlinkDestructorCallback() function.
Definition at line 483 of file DbHyperlink.h.
This template class is a specialization of the OdSmartPtr class for OdDbHyperlinkCollection object smart pointers.
Definition at line 277 of file DbHyperlink.h.
DBROOT_EXPORT void odrxRegisterHyperlinkDestructorCallback | ( | ODDBHYPERLINK_CALLBACK | callbackFunc | ) |
Registeres a callback function to be called when a Hyperlink destructor call is detected. This registration allows you to catch the invokation of each Hyperlink destructor.
callbackFunc | [in] Function to be called when a Hyperlink destructor call is detected. |
DBROOT_EXPORT void odrxUnregisterHyperlinkDestructorCallback | ( | ) |
Unregisteres a previously registered callback function to be called when a Hyperlink destructor call is detected.