GcDbEntityReactor

class pygcad.pygrx.GcDbEntityReactor

Bases: GcDbObjectReactor

Methods Summary

assign(self, para)

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

cast(inPtr)

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

className()

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

desc()

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

dragCloneToBeDeleted(self, pOriginalObj, pClone)

C++: GcDbEntityReactor::dragCloneToBeDeleted(const class GcDbEntity *, const class GcDbEntity *) --> void

isA(self)

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

modifiedGraphics(self, dbObj)

C++: GcDbEntityReactor::modifiedGraphics(const class GcDbEntity *) --> void

rxInit()

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

Methods Documentation

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

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

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

dragCloneToBeDeleted(self: pygcad.pygrx.GcDbEntityReactor, pOriginalObj: pygcad.pygrx.GcDbEntity, pClone: pygcad.pygrx.GcDbEntity) None

C++: GcDbEntityReactor::dragCloneToBeDeleted(const class GcDbEntity *, const class GcDbEntity *) –> void

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

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

modifiedGraphics(self: pygcad.pygrx.GcDbEntityReactor, dbObj: pygcad.pygrx.GcDbEntity) None

C++: GcDbEntityReactor::modifiedGraphics(const class GcDbEntity *) –> void

static rxInit() None

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