Public Member Functions | |
| 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 | _execute (self, context) |
| def | _step (self, context) |
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 279 of file ctrlcommands.py.
|
private |
Definition at line 281 of file ctrlcommands.py.
|
private |
Definition at line 291 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands._StepsChangingCommand.change_steps | ( | self, | |
| context | |||
| ) |
Return True if steps changed, False otherwise.
Reimplemented in robotide.controller.ctrlcommands.StepsChangingCompositeCommand, robotide.controller.ctrlcommands.MoveRowsDown, robotide.controller.ctrlcommands.MoveRowsUp, robotide.controller.ctrlcommands._RowChangingCommand, robotide.controller.ctrlcommands.DeleteCell, and robotide.controller.ctrlcommands.ChangeCellValue.
Definition at line 288 of file ctrlcommands.py.