GcApDocumentIterator

class pygcad.pygrx.GcApDocumentIterator

Bases: GcRxObject

Methods Summary

assign(self, para)

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

cast(inPtr)

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

className()

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

desc()

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

document(self)

C++: GcApDocumentIterator::document() --> class GcApDocument *

done(self)

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

isA(self)

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

rxInit()

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

step(self)

C++: GcApDocumentIterator::step() --> void

Methods Documentation

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

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

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

document(self: pygcad.pygrx.GcApDocumentIterator) pygcad.pygrx.GcApDocument

C++: GcApDocumentIterator::document() –> class GcApDocument *

done(self: pygcad.pygrx.GcApDocumentIterator) bool

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

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

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

static rxInit() None

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

step(self: pygcad.pygrx.GcApDocumentIterator) None

C++: GcApDocumentIterator::step() –> void