Public Member Functions | |
| def | __init__ (self, destination) |
| def | execute (self, context) |
Public Member Functions inherited from robotide.controller.ctrlcommands._Command | |
| def | __str__ (self) |
Private Member Functions | |
| def | _params (self) |
Private Attributes | |
| _destination | |
Additional Inherited Members | |
Static Public Attributes inherited from robotide.controller.ctrlcommands._Command | |
| bool | modifying = True |
Definition at line 245 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.MoveTo.__init__ | ( | self, | |
| destination | |||
| ) |
Definition at line 247 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands._Command.
Definition at line 250 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.MoveTo.execute | ( | self, | |
| context | |||
| ) |
Reimplemented from robotide.controller.ctrlcommands._Command.
Definition at line 253 of file ctrlcommands.py.
|
private |
Definition at line 248 of file ctrlcommands.py.