Functions | |
| def | _cols_from_selection (selection) |
| def | _rows_from_selection (selection) |
| def | AddKeywordFromCells (cells) |
| def | AddRows (rows) |
| def | ClearArea (top_left, bottom_right) |
| def | CommentRows (rows) |
| def | DeleteCells (top_left, bottom_right) |
| def | DeleteRows (rows) |
| def | ExtractList (name, value, comment, cells) |
| def | ExtractScalar (name, value, comment, cell) |
| def | InsertArea (top_left, content) |
| def | InsertCells (top_left, bottom_right) |
| def | PasteArea (top_left, content) |
| def | UncommentRows (rows) |
|
private |
Definition at line 1526 of file ctrlcommands.py.
|
private |
Definition at line 1518 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.AddKeywordFromCells | ( | cells | ) |
Definition at line 848 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.AddRows | ( | rows | ) |
Definition at line 1480 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.ClearArea | ( | top_left, | |
| bottom_right | |||
| ) |
Definition at line 1494 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.CommentRows | ( | rows | ) |
Definition at line 1486 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.DeleteCells | ( | top_left, | |
| bottom_right | |||
| ) |
Definition at line 1543 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.DeleteRows | ( | rows | ) |
Definition at line 1475 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.ExtractList | ( | name, | |
| value, | |||
| comment, | |||
| cells | |||
| ) |
Definition at line 1028 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.ExtractScalar | ( | name, | |
| value, | |||
| comment, | |||
| cell | |||
| ) |
Definition at line 1022 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.InsertArea | ( | top_left, | |
| content | |||
| ) |
Definition at line 1511 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.InsertCells | ( | top_left, | |
| bottom_right | |||
| ) |
Definition at line 1534 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.PasteArea | ( | top_left, | |
| content | |||
| ) |
Definition at line 1503 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands.UncommentRows | ( | rows | ) |
Definition at line 1490 of file ctrlcommands.py.