Public Member Functions | |
| def | __init__ (self, rows) |
| 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) |
Properties | |
| _last_row = property | |
Properties inherited from robotide.controller.ctrlcommands._ReversibleCommand | |
| _get_undo_command = property | |
Private Member Functions | |
| def | _get_undo_command (self) |
| def | _last_row (self) |
| def | _params (self) |
Private Attributes | |
| _context | |
| _rows | |
Additional Inherited Members | |
Static Public Attributes inherited from robotide.controller.ctrlcommands._Command | |
| bool | modifying = True |
Definition at line 1377 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.MoveRowsDown.__init__ | ( | self, | |
| rows | |||
| ) |
Definition at line 1379 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.
Definition at line 1428 of file ctrlcommands.py.
|
private |
Definition at line 1425 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands._Command.
Definition at line 1383 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.MoveRowsDown.change_steps | ( | self, | |
| context | |||
| ) |
Return True if steps changed, False otherwise.
Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.
Definition at line 1386 of file ctrlcommands.py.
|
private |
Definition at line 1381 of file ctrlcommands.py.
|
private |
Definition at line 1380 of file ctrlcommands.py.
|
staticprivate |
Definition at line 1423 of file ctrlcommands.py.