CFx SDK Documentation  2020SP3
Classes | Macros | Typedefs | Functions
DbBackground.h File Reference
#include "TD_PackPush.h"
#include "DbObject.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbBackground
 
class  OdDbSolidBackground
 
class  OdDbGradientBackground
 
class  OdDbImageBackground
 
class  OdDbGroundPlaneBackground
 
class  OdDbSkyBackground
 
class  OdDbIBLBackground
 

Macros

#define ODDB_BACKGROUND_DICTIONARY   ACAD_BACKGROUND
 

Typedefs

typedef OdSmartPtr< OdDbBackgroundOdDbBackgroundPtr
 
typedef OdSmartPtr< OdDbSolidBackgroundOdDbSolidBackgroundPtr
 
typedef OdSmartPtr< OdDbGradientBackgroundOdDbGradientBackgroundPtr
 
typedef OdSmartPtr< OdDbImageBackgroundOdDbImageBackgroundPtr
 
typedef OdSmartPtr< OdDbGroundPlaneBackgroundOdDbGroundPlaneBackgroundPtr
 
typedef OdSmartPtr< OdDbSkyBackgroundOdDbSkyBackgroundPtr
 
typedef OdSmartPtr< OdDbIBLBackgroundOdDbIBLBackgroundPtr
 

Functions

TOOLKIT_EXPORT OdDbObjectId oddbGetBackgroundDictionaryId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetBackgroundDictionary (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 

Macro Definition Documentation

◆ ODDB_BACKGROUND_DICTIONARY

#define ODDB_BACKGROUND_DICTIONARY   ACAD_BACKGROUND

Definition at line 31 of file DbBackground.h.

Typedef Documentation

◆ OdDbBackgroundPtr

Definition at line 58 of file DbBackground.h.

◆ OdDbGradientBackgroundPtr

Definition at line 142 of file DbBackground.h.

◆ OdDbGroundPlaneBackgroundPtr

Definition at line 241 of file DbBackground.h.

◆ OdDbIBLBackgroundPtr

Definition at line 325 of file DbBackground.h.

◆ OdDbImageBackgroundPtr

Definition at line 194 of file DbBackground.h.

◆ OdDbSkyBackgroundPtr

Definition at line 278 of file DbBackground.h.

◆ OdDbSolidBackgroundPtr

Definition at line 95 of file DbBackground.h.

Function Documentation

◆ oddbGetBackgroundDictionary()

TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetBackgroundDictionary ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbGetBackgroundDictionaryId()

TOOLKIT_EXPORT OdDbObjectId oddbGetBackgroundDictionaryId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)