Definition at line 1036 of file ctrlcommands.py.
◆ __init__()
| def robotide.controller.ctrlcommands.ChangeCellValue.__init__ |
( |
|
self, |
|
|
|
row, |
|
|
|
col, |
|
|
|
value, |
|
|
|
insert = False |
|
) |
| |
◆ __str__()
| def robotide.controller.ctrlcommands.ChangeCellValue.__str__ |
( |
|
self | ) |
|
◆ _escape_newlines()
| def robotide.controller.ctrlcommands.ChangeCellValue._escape_newlines |
( |
|
item | ) |
|
|
staticprivate |
◆ _get_undo_command()
| def robotide.controller.ctrlcommands.ChangeCellValue._get_undo_command |
( |
|
self | ) |
|
|
private |
◆ _validate_postcondition()
| def robotide.controller.ctrlcommands.ChangeCellValue._validate_postcondition |
( |
|
self, |
|
|
|
context |
|
) |
| |
|
private |
◆ change_steps()
| def robotide.controller.ctrlcommands.ChangeCellValue.change_steps |
( |
|
self, |
|
|
|
context |
|
) |
| |
◆ _col
| robotide.controller.ctrlcommands.ChangeCellValue._col |
|
private |
◆ _insert
| robotide.controller.ctrlcommands.ChangeCellValue._insert |
|
private |
◆ _row
| robotide.controller.ctrlcommands.ChangeCellValue._row |
|
private |
◆ _undo_command
| robotide.controller.ctrlcommands.ChangeCellValue._undo_command |
|
private |
◆ _value
| robotide.controller.ctrlcommands.ChangeCellValue._value |
|
private |
The documentation for this class was generated from the following file: