|
CFx SDK Documentation
2020SP3
|
#include "TD_PackPush.h"#include "DbRootExport.h"#include "DbBaseDatabase.h"#include "DbHostAppProgressMeter.h"#include "RxObject.h"#include "SmartPtr.h"#include "OdFont.h"#include "BrepBuilder/BrepBuilder.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdDbBaseHostAppServices |
Typedefs | |
| typedef OdSmartPtr< OdGsDevice > | OdGsDevicePtr |
| typedef OdSmartPtr< OdDbUndoController > | OdDbUndoControllerPtr |
| typedef unsigned long | LCID |
| typedef OdSmartPtr< OdDbBaseHostAppServices > | OdDbBaseHostAppServicesPtr |
Enumerations | |
| enum | OdSDIValues { kMDIEnabled = 0, kSDIUserEnforced = 1, kSDIAppEnforced = 2, kSDIUserAndAppEnforced = 3 } |
| enum | ProdIdCode { kProd_ACAD = 1, kProd_LT = 2, kProd_OEM = 3, kProd_OdDb = 4 } |
| typedef unsigned long LCID |
Definition at line 58 of file DbBaseHostAppServices.h.
Definition at line 599 of file DbBaseHostAppServices.h.
This template class is a specialization of the OdSmartPtr class for OdDbUndoController object pointers.
Definition at line 52 of file DbBaseHostAppServices.h.
| typedef OdSmartPtr<OdGsDevice> OdGsDevicePtr |
This template class is a specialization of the OdSmartPtr class for OdGsDevice object pointers.
Definition at line 46 of file DbBaseHostAppServices.h.
| enum OdSDIValues |
| Enumerator | |
|---|---|
| kMDIEnabled | |
| kSDIUserEnforced | |
| kSDIAppEnforced | |
| kSDIUserAndAppEnforced | |
Definition at line 60 of file DbBaseHostAppServices.h.
| enum ProdIdCode |
| Enumerator | |
|---|---|
| kProd_ACAD | |
| kProd_LT | |
| kProd_OEM | |
| kProd_OdDb | |
Definition at line 68 of file DbBaseHostAppServices.h.