GcDbBackground

class pygcad.pygrx.GcDbBackground

Bases: GcDbObject

Methods Summary

cast(inPtr)

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

className()

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

desc()

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

drawable(self)

C++: GcDbBackground::drawable() --> class GcGiDrawable *

isA(self)

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

rxInit()

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

Methods Documentation

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

drawable(self: pygcad.pygrx.GcDbBackground) pygcad.pygrx.GcGiDrawable

C++: GcDbBackground::drawable() –> class GcGiDrawable *

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

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

static rxInit() None

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