GcEdCommand

class pygcad.pygrx.GcEdCommand

Bases: GcRxObject

Methods Summary

addReactor(self, pReactor)

C++: GcEdCommand::addReactor(class GcEdCommandReactor *) --> void

assign(self, para)

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

cast(inPtr)

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

className()

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

commandApp(self)

C++: GcEdCommand::commandApp() const --> void *

commandFlags(self)

C++: GcEdCommand::commandFlags() const --> int

commandUndef(self, undefIt)

C++: GcEdCommand::commandUndef(bool) --> void

defaultCommandVersion(self)

C++: GcEdCommand::defaultCommandVersion() const --> unsigned char

desc()

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

functionCode(*args, **kwargs)

Overloaded function.

globalName(self)

C++: GcEdCommand::globalName() const --> const wchar_t *

isA(self)

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

localName(self)

C++: GcEdCommand::localName() const --> const wchar_t *

removeReactor(self, pReactor)

C++: GcEdCommand::removeReactor(class GcEdCommandReactor *) --> void

resourceInstance(self)

C++: GcEdCommand::resourceInstance() const --> const class GcRxResourceInstance &

rxInit()

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

Methods Documentation

addReactor(self: pygcad.pygrx.GcEdCommand, pReactor: GcEdCommandReactor) None

C++: GcEdCommand::addReactor(class GcEdCommandReactor *) –> void

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

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

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

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

static className() str

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

commandApp(self: pygcad.pygrx.GcEdCommand) capsule

C++: GcEdCommand::commandApp() const –> void *

commandFlags(self: pygcad.pygrx.GcEdCommand) int

C++: GcEdCommand::commandFlags() const –> int

commandUndef(self: pygcad.pygrx.GcEdCommand, undefIt: bool) None

C++: GcEdCommand::commandUndef(bool) –> void

defaultCommandVersion(self: pygcad.pygrx.GcEdCommand) int

C++: GcEdCommand::defaultCommandVersion() const –> unsigned char

static desc() pygcad.pygrx.GcRxClass

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

functionCode(*args, **kwargs)

Overloaded function.

  1. functionCode(self: pygcad.pygrx.GcEdCommand) -> int

C++: GcEdCommand::functionCode() const –> int

  1. functionCode(self: pygcad.pygrx.GcEdCommand, fcode: int) -> None

C++: GcEdCommand::functionCode(int) –> void

globalName(self: pygcad.pygrx.GcEdCommand) str

C++: GcEdCommand::globalName() const –> const wchar_t *

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

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

localName(self: pygcad.pygrx.GcEdCommand) str

C++: GcEdCommand::localName() const –> const wchar_t *

removeReactor(self: pygcad.pygrx.GcEdCommand, pReactor: GcEdCommandReactor) None

C++: GcEdCommand::removeReactor(class GcEdCommandReactor *) –> void

resourceInstance(self: pygcad.pygrx.GcEdCommand) GcRxResourceInstance

C++: GcEdCommand::resourceInstance() const –> const class GcRxResourceInstance &

static rxInit() None

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