GcDbXrecordIterator

class pygcad.pygrx.GcDbXrecordIterator

Bases: GcRxObject

Methods Summary

assign(self, para)

C++: GcDbXrecordIterator::operator=(const class GcDbXrecordIterator &) --> class GcDbXrecordIterator &

cast(inPtr)

C++: GcDbXrecordIterator::cast(const class GcRxObject *) --> class GcDbXrecordIterator *

className()

C++: GcDbXrecordIterator::className() --> const wchar_t *

curRestype(self)

C++: GcDbXrecordIterator::curRestype() const --> int

desc()

C++: GcDbXrecordIterator::desc() --> class GcRxClass *

done(self)

C++: GcDbXrecordIterator::done() const --> bool

getCurResbuf(self, outItem, db)

C++: GcDbXrecordIterator::getCurResbuf(struct resbuf &, class GcDbDatabase *) const --> enum Gcad::ErrorStatus

insertRbChain(self, pRb)

C++: GcDbXrecordIterator::insertRbChain(const struct resbuf &) --> enum Gcad::ErrorStatus

isA(self)

C++: GcDbXrecordIterator::isA() const --> class GcRxClass *

modifyCurResbuf(self, item)

C++: GcDbXrecordIterator::modifyCurResbuf(const struct resbuf &) --> enum Gcad::ErrorStatus

next(self)

C++: GcDbXrecordIterator::next() --> enum Gcad::ErrorStatus

removeCurResbuf(self)

C++: GcDbXrecordIterator::removeCurResbuf() --> enum Gcad::ErrorStatus

rxInit()

C++: GcDbXrecordIterator::rxInit() --> void

start(self)

C++: GcDbXrecordIterator::start() --> void

Methods Documentation

assign(self: pygcad.pygrx.GcDbXrecordIterator, para: pygcad.pygrx.GcDbXrecordIterator) pygcad.pygrx.GcDbXrecordIterator

C++: GcDbXrecordIterator::operator=(const class GcDbXrecordIterator &) –> class GcDbXrecordIterator &

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbXrecordIterator

C++: GcDbXrecordIterator::cast(const class GcRxObject *) –> class GcDbXrecordIterator *

static className() str

C++: GcDbXrecordIterator::className() –> const wchar_t *

curRestype(self: pygcad.pygrx.GcDbXrecordIterator) int

C++: GcDbXrecordIterator::curRestype() const –> int

static desc() pygcad.pygrx.GcRxClass

C++: GcDbXrecordIterator::desc() –> class GcRxClass *

done(self: pygcad.pygrx.GcDbXrecordIterator) bool

C++: GcDbXrecordIterator::done() const –> bool

getCurResbuf(self: pygcad.pygrx.GcDbXrecordIterator, outItem: pygcad.pygrx.resbuf, db: pygcad.pygrx.GcDbDatabase) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrecordIterator::getCurResbuf(struct resbuf &, class GcDbDatabase *) const –> enum Gcad::ErrorStatus

insertRbChain(self: pygcad.pygrx.GcDbXrecordIterator, pRb: pygcad.pygrx.resbuf) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrecordIterator::insertRbChain(const struct resbuf &) –> enum Gcad::ErrorStatus

isA(self: pygcad.pygrx.GcDbXrecordIterator) pygcad.pygrx.GcRxClass

C++: GcDbXrecordIterator::isA() const –> class GcRxClass *

modifyCurResbuf(self: pygcad.pygrx.GcDbXrecordIterator, item: pygcad.pygrx.resbuf) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrecordIterator::modifyCurResbuf(const struct resbuf &) –> enum Gcad::ErrorStatus

next(self: pygcad.pygrx.GcDbXrecordIterator) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrecordIterator::next() –> enum Gcad::ErrorStatus

removeCurResbuf(self: pygcad.pygrx.GcDbXrecordIterator) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbXrecordIterator::removeCurResbuf() –> enum Gcad::ErrorStatus

static rxInit() None

C++: GcDbXrecordIterator::rxInit() –> void

start(self: pygcad.pygrx.GcDbXrecordIterator) None

C++: GcDbXrecordIterator::start() –> void