CFx SDK Documentation  2023 SP0
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 pointers.

Definition at line 387 of file DbHyperlink.h.

◆ ODDBHYPERLINK_CALLBACK

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.

◆ OdDbHyperlinkCollectionPtr

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

Definition at line 241 of file DbHyperlink.h.

Function Documentation

◆ odrxRegisterHyperlinkDestructorCallback()

DBROOT_EXPORT void odrxRegisterHyperlinkDestructorCallback ( ODDBHYPERLINK_CALLBACK  callbackFunc)

◆ odrxUnregisterHyperlinkDestructorCallback()

DBROOT_EXPORT void odrxUnregisterHyperlinkDestructorCallback ( )