Public Member Functions | |
| def | __init__ (self, *commands) |
Public Member Functions inherited from robotide.controller.ctrlcommands._ReversibleCommand | |
| def | execute (self, context) |
Public Member Functions inherited from robotide.controller.ctrlcommands._Command | |
| def | __str__ (self) |
Private Member Functions | |
| def | _create_undo_command (self, undos) |
| def | _execute (self, context) |
| def | _executions (self, context) |
| def | _get_undo_command (self) |
Private Attributes | |
| _commands | |
| _undo_command | |
Additional Inherited Members | |
Static Public Attributes inherited from robotide.controller.ctrlcommands._Command | |
| bool | modifying = True |
Properties inherited from robotide.controller.ctrlcommands._ReversibleCommand | |
| _get_undo_command = property | |
Definition at line 1432 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.CompositeCommand.__init__ | ( | self, | |
| * | commands | ||
| ) |
Reimplemented in robotide.controller.ctrlcommands.StepsChangingCompositeCommand.
Definition at line 1434 of file ctrlcommands.py.
|
private |
Reimplemented in robotide.controller.ctrlcommands.StepsChangingCompositeCommand.
Definition at line 1447 of file ctrlcommands.py.
|
private |
Definition at line 1437 of file ctrlcommands.py.
|
private |
Reimplemented in robotide.controller.ctrlcommands.StepsChangingCompositeCommand.
Definition at line 1450 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.
Reimplemented in robotide.controller.ctrlcommands.StepsChangingCompositeCommand.
Definition at line 1444 of file ctrlcommands.py.
|
private |
Definition at line 1435 of file ctrlcommands.py.
|
private |
Definition at line 1441 of file ctrlcommands.py.