#include "TD_PackPush.h"
#include "DbExport.h"
#include "OdString.h"
#include "CmColor.h"
#include "OdAuditInfo.h"
#include "TD_PackPop.h"
Go to the source code of this file.
|
TOOLKIT_EXPORT OdString | odDbGetObjectName (const OdDbObject *pObj) |
|
TOOLKIT_EXPORT OdString | odDbGetObjectIdName (const OdDbObjectId &id) |
|
TOOLKIT_EXPORT OdString | odDbGetHandleName (const OdDbHandle &handle) |
|
TOOLKIT_EXPORT OdString | odDbGenerateName (const OdDbObjectId &id, OdDbHostAppServices *pHostApp=0) |
|
TOOLKIT_EXPORT OdString | odDbGenerateName (OdUInt32 i, OdDbHostAppServices *pHostApp=0) |
|
TOOLKIT_EXPORT bool | odDbAuditColorIndex (OdInt16 &colorIndex, OdDbAuditInfo *pAuditInfo, OdDbHostAppServices *pHostApp=0) |
|
TOOLKIT_EXPORT bool | odDbAuditColorIndex (OdInt16 &colorIndex, OdDbAuditInfo *pAuditInfo, OdDbHostAppServices *pHostApp, OdDbObject *pObj, unsigned int sid, unsigned int n) |
|
TOOLKIT_EXPORT bool | odDbAuditColor (OdCmColor &color, OdDbAuditInfo *pAuditInfo, OdDbHostAppServices *pHostApp=0) |
|
TOOLKIT_EXPORT bool | odDbAuditColor (OdCmColor &color, OdDbAuditInfo *pAuditInfo, OdDbHostAppServices *pHostApp, OdDbObject *pObj, unsigned int sid, unsigned int n) |
|
◆ odDbAuditColor() [1/2]
◆ odDbAuditColor() [2/2]
◆ odDbAuditColorIndex() [1/2]
◆ odDbAuditColorIndex() [2/2]
◆ odDbGenerateName() [1/2]
◆ odDbGenerateName() [2/2]
◆ odDbGetHandleName()
◆ odDbGetObjectIdName()
◆ odDbGetObjectName()