GcDbOleFrame

class pygcad.pygrx.GcDbOleFrame

Bases: GcDbFrame

Methods Summary

cast(inPtr)

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

className()

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

desc()

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

dwgInFields(self, filer)

C++: GcDbOleFrame::dwgInFields(class GcDbDwgFiler *) --> enum Gcad::ErrorStatus

dwgOutFields(self, filer)

C++: GcDbOleFrame::dwgOutFields(class GcDbDwgFiler *) const --> enum Gcad::ErrorStatus

dxfInFields(self, filer)

C++: GcDbOleFrame::dxfInFields(class GcDbDxfFiler *) --> enum Gcad::ErrorStatus

dxfOutFields(self, filer)

C++: GcDbOleFrame::dxfOutFields(class GcDbDxfFiler *) const --> enum Gcad::ErrorStatus

getOleObject(self)

C++: GcDbOleFrame::getOleObject() const --> void *

isA(self)

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

rxInit()

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

setOleObject(self, pItem)

C++: GcDbOleFrame::setOleObject(const void *) --> void

Methods Documentation

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

dwgInFields(self: pygcad.pygrx.GcDbOleFrame, filer: pygcad.pygrx.GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOleFrame::dwgInFields(class GcDbDwgFiler *) –> enum Gcad::ErrorStatus

dwgOutFields(self: pygcad.pygrx.GcDbOleFrame, filer: pygcad.pygrx.GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOleFrame::dwgOutFields(class GcDbDwgFiler *) const –> enum Gcad::ErrorStatus

dxfInFields(self: pygcad.pygrx.GcDbOleFrame, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOleFrame::dxfInFields(class GcDbDxfFiler *) –> enum Gcad::ErrorStatus

dxfOutFields(self: pygcad.pygrx.GcDbOleFrame, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbOleFrame::dxfOutFields(class GcDbDxfFiler *) const –> enum Gcad::ErrorStatus

getOleObject(self: pygcad.pygrx.GcDbOleFrame) capsule

C++: GcDbOleFrame::getOleObject() const –> void *

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

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

static rxInit() None

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

setOleObject(self: pygcad.pygrx.GcDbOleFrame, pItem: capsule) None

C++: GcDbOleFrame::setOleObject(const void *) –> void