Go to the source code of this file.
Namespaces | |
| robotide.controller.ctrlcommands | |
Functions | |
| def | robotide.controller.ctrlcommands._cols_from_selection (selection) |
| def | robotide.controller.ctrlcommands._rows_from_selection (selection) |
| def | robotide.controller.ctrlcommands.AddKeywordFromCells (cells) |
| def | robotide.controller.ctrlcommands.AddRows (rows) |
| def | robotide.controller.ctrlcommands.ClearArea (top_left, bottom_right) |
| def | robotide.controller.ctrlcommands.CommentRows (rows) |
| def | robotide.controller.ctrlcommands.DeleteCells (top_left, bottom_right) |
| def | robotide.controller.ctrlcommands.DeleteRows (rows) |
| def | robotide.controller.ctrlcommands.ExtractList (name, value, comment, cells) |
| def | robotide.controller.ctrlcommands.ExtractScalar (name, value, comment, cell) |
| def | robotide.controller.ctrlcommands.InsertArea (top_left, content) |
| def | robotide.controller.ctrlcommands.InsertCells (top_left, bottom_right) |
| def | robotide.controller.ctrlcommands.PasteArea (top_left, content) |
| def | robotide.controller.ctrlcommands.UncommentRows (rows) |