|
CFx SDK Documentation 2024 SP0
|
#include <DbXrefObjectId.h>
Public Member Functions | |
| OdDbXrefObjectId () | |
| bool | operator== (const OdDbXrefObjectId &xrefId) const |
| bool | operator!= (const OdDbXrefObjectId &xrefId) const |
| bool | isXref () const |
| bool | isValid () const |
| bool | isNull () const |
| void | setNull () |
| OdDbObjectId | getLocalId () const |
| void | setLocalId (const OdDbObjectId &objectId) |
| OdDbObjectId | getXrefId (OdDbHandle &objectHandle) |
| void | setXrefId (const OdDbObjectId &objectId, const OdDbHandle &objectHandle) |
| OdDbObjectId | resolveObjectId () const |
| void | serializeToResbuf (OdResBufPtr &pResBuf, OdResBufPtr &pLastResBuf) const |
| void | serializeFromResbuf (const OdResBufPtr pResBuf, OdResBufPtr &pNextResBuf, const OdDbDatabase *pDb) |
Static Public Member Functions | |
| static void | seekToResbuf (OdResBufPtr &pResBuf, OdResBufPtr &pLastResBuf) |
Protected Attributes | |
| OdDbObjectId | m_objectId |
| OdDbHandle | m_objectHandle |
This class representing an Xref database object Id.
Corresponding C++ library: TD_Db <group OdDb_Classes>
Definition at line 37 of file DbXrefObjectId.h.
|
inline |
Definition at line 43 of file DbXrefObjectId.h.
|
inline |
Definition at line 60 of file DbXrefObjectId.h.
|
inline |
Definition at line 72 of file DbXrefObjectId.h.
|
inline |
Definition at line 53 of file DbXrefObjectId.h.
|
inline |
Definition at line 51 of file DbXrefObjectId.h.
|
inline |
Definition at line 50 of file DbXrefObjectId.h.
|
inline |
Definition at line 47 of file DbXrefObjectId.h.
|
inline |
Definition at line 45 of file DbXrefObjectId.h.
| OdDbObjectId OdDbXrefObjectId::resolveObjectId | ( | ) | const |
|
static |
| void OdDbXrefObjectId::serializeFromResbuf | ( | const OdResBufPtr | pResBuf, |
| OdResBufPtr & | pNextResBuf, | ||
| const OdDbDatabase * | pDb | ||
| ) |
| void OdDbXrefObjectId::serializeToResbuf | ( | OdResBufPtr & | pResBuf, |
| OdResBufPtr & | pLastResBuf | ||
| ) | const |
|
inline |
Definition at line 66 of file DbXrefObjectId.h.
|
inline |
Definition at line 54 of file DbXrefObjectId.h.
|
inline |
Definition at line 79 of file DbXrefObjectId.h.
|
protected |
Definition at line 41 of file DbXrefObjectId.h.
|
protected |
Definition at line 40 of file DbXrefObjectId.h.