GcEdCommandStack

class pygcad.pygrx.GcEdCommandStack

Bases: pybind11_object

Methods Summary

addReactor(self, pReactor)

C++: GcEdCommandStack::addReactor(class GcEdCommandStackReactor *) --> void

assign(self, para)

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

iterator(self)

C++: GcEdCommandStack::iterator() --> class GcEdCommandIterator *

lookupCmd(*args, **kwargs)

Overloaded function.

lookupCmd2(*args, **kwargs)

Overloaded function.

lookupGlobalCmd(*args, **kwargs)

Overloaded function.

lookupLocalCmd(self, cmdName)

C++: GcEdCommandStack::lookupLocalCmd(const wchar_t *) --> class GcEdCommand *

popGroupToTop(self, cmdGroupName)

C++: GcEdCommandStack::popGroupToTop(const wchar_t *) --> enum Gcad::ErrorStatus

removeCmd(self, cmdGroupName, cmdGlobalName)

C++: GcEdCommandStack::removeCmd(const wchar_t *, const wchar_t *) --> enum Gcad::ErrorStatus

removeGroup(self, groupName)

C++: GcEdCommandStack::removeGroup(const wchar_t *) --> enum Gcad::ErrorStatus

removeReactor(self, pReactor)

C++: GcEdCommandStack::removeReactor(class GcEdCommandStackReactor *) --> void

Methods Documentation

addReactor(self: pygcad.pygrx.GcEdCommandStack, pReactor: GcEdCommandStackReactor) None

C++: GcEdCommandStack::addReactor(class GcEdCommandStackReactor *) –> void

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

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

iterator(self: pygcad.pygrx.GcEdCommandStack) pygcad.pygrx.GcEdCommandIterator

C++: GcEdCommandStack::iterator() –> class GcEdCommandIterator *

lookupCmd(*args, **kwargs)

Overloaded function.

  1. lookupCmd(self: pygcad.pygrx.GcEdCommandStack, cmdName: str, globalFlag: bool) -> pygcad.pygrx.GcEdCommand

C++: GcEdCommandStack::lookupCmd(const wchar_t *, bool) –> class GcEdCommand *

  1. lookupCmd(self: pygcad.pygrx.GcEdCommandStack, cmdName: str, globalFlag: bool, allGroupsFlag: bool) -> pygcad.pygrx.GcEdCommand

C++: GcEdCommandStack::lookupCmd(const wchar_t *, bool, bool) –> class GcEdCommand *

  1. lookupCmd(self: pygcad.pygrx.GcEdCommandStack, cmdName: str, globalFlag: bool, allGroupsFlag: bool, skipUndefed: bool) -> pygcad.pygrx.GcEdCommand

C++: GcEdCommandStack::lookupCmd(const wchar_t *, bool, bool, bool) –> class GcEdCommand *

lookupCmd2(*args, **kwargs)

Overloaded function.

  1. lookupCmd2(self: pygcad.pygrx.GcEdCommandStack, cmdName: str, globalFlag: bool, allGroupsFlag: bool, skipFlags: int) -> pygcad.pygrx.GcEdCommand

  2. lookupCmd2(self: pygcad.pygrx.GcEdCommandStack, cmdName: str, globalFlag: bool, allGroupsFlag: bool, skipFlags: int, match: bool) -> pygcad.pygrx.GcEdCommand

C++: GcEdCommandStack::lookupCmd2(const wchar_t *, bool, bool, int, bool) –> class GcEdCommand *

lookupGlobalCmd(*args, **kwargs)

Overloaded function.

  1. lookupGlobalCmd(self: pygcad.pygrx.GcEdCommandStack, cmdName: str) -> pygcad.pygrx.GcEdCommand

  2. lookupGlobalCmd(self: pygcad.pygrx.GcEdCommandStack, cmdName: str) -> pygcad.pygrx.GcEdCommand

C++: GcEdCommandStack::lookupGlobalCmd(const wchar_t *) –> class GcEdCommand *

lookupLocalCmd(self: pygcad.pygrx.GcEdCommandStack, cmdName: str) pygcad.pygrx.GcEdCommand

C++: GcEdCommandStack::lookupLocalCmd(const wchar_t *) –> class GcEdCommand *

popGroupToTop(self: pygcad.pygrx.GcEdCommandStack, cmdGroupName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcEdCommandStack::popGroupToTop(const wchar_t *) –> enum Gcad::ErrorStatus

removeCmd(self: pygcad.pygrx.GcEdCommandStack, cmdGroupName: str, cmdGlobalName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcEdCommandStack::removeCmd(const wchar_t *, const wchar_t *) –> enum Gcad::ErrorStatus

removeGroup(self: pygcad.pygrx.GcEdCommandStack, groupName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcEdCommandStack::removeGroup(const wchar_t *) –> enum Gcad::ErrorStatus

removeReactor(self: pygcad.pygrx.GcEdCommandStack, pReactor: GcEdCommandStackReactor) None

C++: GcEdCommandStack::removeReactor(class GcEdCommandStackReactor *) –> void