Public Member Functions | |
| def | __init__ (self, row, col) |
| 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 | _get_undo_command (self) |
| def | _params (self) |
Private Attributes | |
| _col | |
| _row | |
| _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 1164 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.DeleteCell.__init__ | ( | self, | |
| row, | |||
| col | |||
| ) |
Definition at line 1166 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.
Definition at line 1184 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands._Command.
Definition at line 1171 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.DeleteCell.change_steps | ( | self, | |
| context | |||
| ) |
Return True if steps changed, False otherwise.
Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.
Definition at line 1174 of file ctrlcommands.py.
|
private |
Definition at line 1168 of file ctrlcommands.py.
|
private |
Definition at line 1167 of file ctrlcommands.py.
|
private |
Definition at line 1177 of file ctrlcommands.py.