CFx SDK Documentation  2023 SP0
Classes | Namespaces | Typedefs | Enumerations
DbDataLink.h File Reference
#include "DbObject.h"
#include "OdValue.h"
#include "StringArray.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbDataLink
 
class  OdDbDataLinkManager
 
class  OdDbDataLinkUpdatePE
 

Namespaces

 OdDb
 

Typedefs

typedef OdArray< OdDbDataLink * > OdDbDataLinkArray
 
typedef OdSmartPtr< OdDbDataLinkOdDbDataLinkPtr
 
typedef OdSmartPtr< OdDbDataLinkManagerOdDbDataLinkManagerPtr
 
typedef OdSmartPtr< OdDbDataLinkUpdatePEOdDbDataLinkUpdatePEPtr
 

Enumerations

enum  OdDb::DataLinkOption {
  OdDb::kDataLinkOptionNone = 0 , OdDb::kDataLinkOptionAnonymous = 0x1 , OdDb::kDataLinkOptionPersistCache = 0x2 , OdDb::kDataLinkOptionDisableInLongTransaction = 0x4 ,
  OdDb::kDataLinkHasCustomData = 0x8
}
 
enum  OdDb::PathOption { OdDb::kPathOptionNone = 1 , OdDb::kPathOptionRelative , OdDb::kPathOptionAbsolute , OdDb::kPathOptionPathAndFile }
 
enum  OdDb::UpdateDirection { OdDb::kUpdateDirectionSourceToData = 0x1 , OdDb::kUpdateDirectionDataToSource = 0x2 }
 
enum  OdDb::UpdateOption {
  OdDb::kUpdateOptionNone = 0 , OdDb::kUpdateOptionSkipFormat = 0x20000 , OdDb::kUpdateOptionUpdateRowHeight = 0x40000 , OdDb::kUpdateOptionUpdateColumnWidth = 0x80000 ,
  OdDb::kUpdateOptionAllowSourceUpdate = 0x100000 , OdDb::kUpdateOptionForceFullSourceUpdate = 0x200000 , OdDb::kUpdateOptionOverwriteContentModifiedAfterUpdate = 0x400000 , OdDb::kUpdateOptionOverwriteFormatModifiedAfterUpdate = 0x800000 ,
  OdDb::kUpdateOptionForPreview = 0x1000000 , OdDb::kUpdateOptionIncludeXrefs = 0x2000000 , OdDb::kUpdateOptionSkipFormatAfterFirstUpdate = 0x4000000
}
 
enum  OdDb::DataLinkGetSourceContext {
  OdDb::kDataLinkGetSourceContextUnknown , OdDb::kDataLinkGetSourceContextEtransmit , OdDb::kDataLinkGetSourceContextXrefManager , OdDb::kDataLinkGetSourceContextFileWatcher ,
  OdDb::kDataLinkGetSourceContextOther
}
 

Typedef Documentation

◆ OdDbDataLinkArray

Definition at line 147 of file DbDataLink.h.

◆ OdDbDataLinkManagerPtr

Definition at line 197 of file DbDataLink.h.

◆ OdDbDataLinkPtr

Definition at line 149 of file DbDataLink.h.

◆ OdDbDataLinkUpdatePEPtr

Definition at line 213 of file DbDataLink.h.