CFx SDK Documentation
2020SP3
|
#include <DbXrefGraph.h>
Protected Member Functions | |
OdDbXrefGraphNode () | |
Additional Inherited Members | |
Public Types inherited from OdDbGraphNode | |
enum | Flags { kNone = 0x00, kVisited = 0x01, kOutsideRefed = 0x02, kSelected = 0x04, kInList = 0x08, kListAll = 0x0E, kFirstLevel = 0x10, kUnresTree = 0x20, kAll = 0x2F } |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class is a derived class for representing an Xref database.
Corresponding C++ library: TD_Db <group OdDb_Classes>
Definition at line 74 of file DbXrefGraph.h.
|
inlineprotected |
Definition at line 77 of file DbXrefGraph.h.
|
virtual |
|
inline |
Returns the Object ID of the BlockTableRecord associated with this XrefGraphNode object.
Definition at line 92 of file DbXrefGraph.h.
|
inline |
Returns the database relevent to this XrefGraphNode object.
Definition at line 97 of file DbXrefGraph.h.
|
inline |
Returns true if and only if this XrefGraphNode represents an Xref that is not directly referenced by the host drawing.
Definition at line 127 of file DbXrefGraph.h.
Returns the name associated with this XrefGraphNode object.
Definition at line 87 of file DbXrefGraph.h.
OdDbXrefGraphNode::ODRX_DECLARE_MEMBERS | ( | OdDbXrefGraphNode | ) |
|
inline |
Sets the Object ID of the BlockTableRecord associated with this XrefGraphNode object.
blockId | [in] Object ID of BlockTableRecord. |
Definition at line 112 of file DbXrefGraph.h.
|
inline |
Sets the database relevent to this XrefGraphNode object.
pDb | [in] Pointer to the database. |
Definition at line 120 of file DbXrefGraph.h.
Sets the name associated with this XrefGraphNode object.
name | [in] Name. |
Definition at line 104 of file DbXrefGraph.h.
|
inline |
Sets the status for this XrefGraphNode object.
Value Description OdDb::kXrfNotAnXref 0 Not an Xref. OdDb::kXrfResolved 1 Resolved. OdDb::kXrfUnloaded 2 Unloaded. OdDb::kXrfUnreferenced 3 Unreferenced. OdDb::kXrfFileNotFound 4 File Not Found. OdDb::kXrfUnresolved 5 Unresolved.
Definition at line 166 of file DbXrefGraph.h.
|
inline |
Returns the status for this XrefGraphNode object.
Value Description OdDb::kXrfNotAnXref 0 Not an Xref. OdDb::kXrfResolved 1 Resolved. OdDb::kXrfUnloaded 2 Unloaded. OdDb::kXrfUnreferenced 3 Unreferenced. OdDb::kXrfFileNotFound 4 File Not Found. OdDb::kXrfUnresolved 5 Unresolved.
Definition at line 146 of file DbXrefGraph.h.