GcDbXrefGraphNode

class pygcad.pygrx.GcDbXrefGraphNode

Bases: GcDbGraphNode

Methods Summary

btrId(self)

C++: GcDbXrefGraphNode::btrId() const --> class GcDbObjectId

database(self)

C++: GcDbXrefGraphNode::database() const --> class GcDbDatabase *

isNested(self)

C++: GcDbXrefGraphNode::isNested() const --> bool

name(self)

C++: GcDbXrefGraphNode::name() const --> const wchar_t *

setBtrId(self, id)

C++: GcDbXrefGraphNode::setBtrId(const class GcDbObjectId &) --> void

setDatabase(self, pDb)

C++: GcDbXrefGraphNode::setDatabase(class GcDbDatabase *) --> void

setName(self, pName)

C++: GcDbXrefGraphNode::setName(const wchar_t *) --> enum Gcad::ErrorStatus

setXrefNotificationStatus(self, stat)

C++: GcDbXrefGraphNode::setXrefNotificationStatus(enum GcDb::XrefNotificationStatus) --> void

setXrefStatus(self, stat)

C++: GcDbXrefGraphNode::setXrefStatus(enum GcDb::XrefStatus) --> void

setxData(self, pXData)

C++: GcDbXrefGraphNode::setxData(void *) --> void

xData(self)

C++: GcDbXrefGraphNode::xData() --> void *

xrefNotificationStatus(self)

C++: GcDbXrefGraphNode::xrefNotificationStatus() const --> enum GcDb::XrefNotificationStatus

xrefReadSubstatus(self)

C++: GcDbXrefGraphNode::xrefReadSubstatus() const --> enum Gcad::ErrorStatus

xrefStatus(self)

C++: GcDbXrefGraphNode::xrefStatus() const --> enum GcDb::XrefStatus

Methods Documentation

btrId(self: pygcad.pygrx.GcDbXrefGraphNode) pygcad.pygrx.GcDbObjectId

C++: GcDbXrefGraphNode::btrId() const –> class GcDbObjectId

database(self: pygcad.pygrx.GcDbXrefGraphNode) pygcad.pygrx.GcDbDatabase

C++: GcDbXrefGraphNode::database() const –> class GcDbDatabase *

isNested(self: pygcad.pygrx.GcDbXrefGraphNode) bool

C++: GcDbXrefGraphNode::isNested() const –> bool

name(self: pygcad.pygrx.GcDbXrefGraphNode) str

C++: GcDbXrefGraphNode::name() const –> const wchar_t *

setBtrId(self: pygcad.pygrx.GcDbXrefGraphNode, id: pygcad.pygrx.GcDbObjectId) None

C++: GcDbXrefGraphNode::setBtrId(const class GcDbObjectId &) –> void

setDatabase(self: pygcad.pygrx.GcDbXrefGraphNode, pDb: pygcad.pygrx.GcDbDatabase) None

C++: GcDbXrefGraphNode::setDatabase(class GcDbDatabase *) –> void

setName(self: pygcad.pygrx.GcDbXrefGraphNode, pName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrefGraphNode::setName(const wchar_t *) –> enum Gcad::ErrorStatus

setXrefNotificationStatus(self: pygcad.pygrx.GcDbXrefGraphNode, stat: pygcad.pygrx.GcDb.XrefNotificationStatus) None

C++: GcDbXrefGraphNode::setXrefNotificationStatus(enum GcDb::XrefNotificationStatus) –> void

setXrefStatus(self: pygcad.pygrx.GcDbXrefGraphNode, stat: pygcad.pygrx.GcDb.XrefStatus) None

C++: GcDbXrefGraphNode::setXrefStatus(enum GcDb::XrefStatus) –> void

setxData(self: pygcad.pygrx.GcDbXrefGraphNode, pXData: capsule) None

C++: GcDbXrefGraphNode::setxData(void *) –> void

xData(self: pygcad.pygrx.GcDbXrefGraphNode) capsule

C++: GcDbXrefGraphNode::xData() –> void *

xrefNotificationStatus(self: pygcad.pygrx.GcDbXrefGraphNode) pygcad.pygrx.GcDb.XrefNotificationStatus

C++: GcDbXrefGraphNode::xrefNotificationStatus() const –> enum GcDb::XrefNotificationStatus

xrefReadSubstatus(self: pygcad.pygrx.GcDbXrefGraphNode) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrefGraphNode::xrefReadSubstatus() const –> enum Gcad::ErrorStatus

xrefStatus(self: pygcad.pygrx.GcDbXrefGraphNode) pygcad.pygrx.GcDb.XrefStatus

C++: GcDbXrefGraphNode::xrefStatus() const –> enum GcDb::XrefStatus