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 | |
| _first_row = property | |
| _last_row = property | |
Properties inherited from robotide.controller.ctrlcommands._ReversibleCommand | |
| _get_undo_command = property | |
Private Member Functions | |
| def | _first_row (self) |
| def | _get_undo_command (self) |
| def | _last_row (self) |
| def | _params (self) |
Private Attributes | |
| _rows | |
Additional Inherited Members | |
Static Public Attributes inherited from robotide.controller.ctrlcommands._Command | |
| bool | modifying = True |
Definition at line 1257 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.MoveRowsUp.__init__ | ( | self, | |
| rows | |||
| ) |
Definition at line 1259 of file ctrlcommands.py.
|
private |
Definition at line 1370 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.
Definition at line 1373 of file ctrlcommands.py.
|
private |
Definition at line 1364 of file ctrlcommands.py.
|
private |
Reimplemented from robotide.controller.ctrlcommands._Command.
Definition at line 1262 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.MoveRowsUp.change_steps | ( | self, | |
| context | |||
| ) |
Return True if steps changed, False otherwise.
Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.
Definition at line 1265 of file ctrlcommands.py.
|
private |
Definition at line 1260 of file ctrlcommands.py.
|
staticprivate |
Definition at line 1368 of file ctrlcommands.py.
|
staticprivate |
Definition at line 1362 of file ctrlcommands.py.