Public Member Functions | |
| def | __init__ (self, row) |
Command that will operate on a given logical row of test/user keyword. More... | |
| def | __str__ (self) |
| 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) |
Private Attributes | |
| _row | |
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 1188 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands._RowChangingCommand.__init__ | ( | self, | |
| row | |||
| ) |
Command that will operate on a given logical row of test/user keyword.
Giving -1 as `row` means that operation is done on the last row.
Definition at line 1194 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands._RowChangingCommand.__str__ | ( | self | ) |
Reimplemented from robotide.controller.ctrlcommands._Command.
Definition at line 1203 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands._RowChangingCommand.change_steps | ( | self, | |
| context | |||
| ) |
Return True if steps changed, False otherwise.
Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.
Definition at line 1197 of file ctrlcommands.py.
|
private |
Definition at line 1195 of file ctrlcommands.py.