GcRxService

class pygcad.pygrx.GcRxService

Bases: GcRxObject

Methods Summary

addDependency(self)

C++: GcRxService::addDependency() --> void

assign(self, para)

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

cast(inPtr)

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

className()

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

desc()

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

getSysInfo(self)

C++: GcRxService::getSysInfo() const --> class GcRxObject *

isA(self)

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

removeDependency(self)

C++: GcRxService::removeDependency() --> void

rxInit()

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

setSysInfo(self, sysInfoObj)

C++: GcRxService::setSysInfo(class GcRxObject *) --> void

unloadable(self)

C++: GcRxService::unloadable() const --> bool

Methods Documentation

addDependency(self: pygcad.pygrx.GcRxService) None

C++: GcRxService::addDependency() –> void

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

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

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

getSysInfo(self: pygcad.pygrx.GcRxService) pygcad.pygrx.GcRxObject

C++: GcRxService::getSysInfo() const –> class GcRxObject *

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

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

removeDependency(self: pygcad.pygrx.GcRxService) None

C++: GcRxService::removeDependency() –> void

static rxInit() None

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

setSysInfo(self: pygcad.pygrx.GcRxService, sysInfoObj: pygcad.pygrx.GcRxObject) None

C++: GcRxService::setSysInfo(class GcRxObject *) –> void

unloadable(self: pygcad.pygrx.GcRxService) bool

C++: GcRxService::unloadable() const –> bool