Public Member Functions | |
| def | __init__ (self, *commands) |
| def | change_steps (self, context) |
| Return True if steps changed, False otherwise. More... | |
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 | _executions (self, context) |
| def | _get_undo_command (self) |
Private Attributes | |
| _commands | |
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 1455 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.StepsChangingCompositeCommand.__init__ | ( | self, | |
| * | commands | ||
| ) |
Reimplemented from robotide.controller.ctrlcommands.CompositeCommand.
Definition at line 1457 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands.CompositeCommand.
Definition at line 1467 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands.CompositeCommand.
Definition at line 1470 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands.CompositeCommand.
Definition at line 1464 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.StepsChangingCompositeCommand.change_steps | ( | self, | |
| context | |||
| ) |
Return True if steps changed, False otherwise.
Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.
Definition at line 1460 of file ctrlcommands.py.
|
private |
Definition at line 1458 of file ctrlcommands.py.