CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
DbHyperlink.h File Reference
#include "TD_PackPush.h"
#include "RxObject.h"
#include "DbStubPtrArray.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbHyperlink
 
class  OdDbHyperlinkCollection
 
class  OdDbEntityHyperlinkPE
 

Typedefs

typedef OdSmartPtr< OdDbHyperlinkCollectionOdDbHyperlinkCollectionPtr
 
typedef OdSmartPtr< OdDbEntityHyperlinkPEOdDbEntityHyperlinkPEPtr
 
typedef void(* ODDBHYPERLINK_CALLBACK) (const OdDbHyperlink *)
 

Functions

DBROOT_EXPORT void odrxRegisterHyperlinkDestructorCallback (ODDBHYPERLINK_CALLBACK callbackFunc)
 
DBROOT_EXPORT void odrxUnregisterHyperlinkDestructorCallback ()
 

Typedef Documentation

◆ OdDbEntityHyperlinkPEPtr

This template class is a specialization of the OdSmartPtr class for OdDbEntityHyperlinkPE object smart pointers.

Definition at line 476 of file DbHyperlink.h.

◆ ODDBHYPERLINK_CALLBACK

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.

◆ OdDbHyperlinkCollectionPtr

This template class is a specialization of the OdSmartPtr class for OdDbHyperlinkCollection object smart pointers.

Definition at line 277 of file DbHyperlink.h.

Function Documentation

◆ odrxRegisterHyperlinkDestructorCallback()

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.

Parameters
callbackFunc[in] Function to be called when a Hyperlink destructor call is detected.

◆ odrxUnregisterHyperlinkDestructorCallback()

DBROOT_EXPORT void odrxUnregisterHyperlinkDestructorCallback ( )

Unregisteres a previously registered callback function to be called when a Hyperlink destructor call is detected.