Public Member Functions | |
| def | copy (self) |
| Copy the contents of the selected cell(s). More... | |
| def | cut (self) |
| Cuts the contents of the selected cell(s). More... | |
| def | paste (self) |
| Paste the contents of the clipboard. More... | |
Public Member Functions inherited from robotide.editor.clipboard._ClipboardHandler | |
| def | __init__ (self, grid) |
| def | clipboard_content (self) |
Private Member Functions | |
| def | _paste_to_cell_editor (self) |
Definition at line 93 of file clipboard.py.
|
private |
Reimplemented from robotide.editor.clipboard._ClipboardHandler.
Definition at line 107 of file clipboard.py.
| def robotide.editor.clipboard._WindowsClipboardHandler.copy | ( | self | ) |
Copy the contents of the selected cell(s).
This does a normal copy action if the user is editing a cell, otherwise it places the selected range of cells on the data.
Reimplemented from robotide.editor.clipboard._ClipboardHandler.
Definition at line 95 of file clipboard.py.
| def robotide.editor.clipboard._WindowsClipboardHandler.cut | ( | self | ) |
Cuts the contents of the selected cell(s).
This does a normal cut action if the user is editing a cell, otherwise it places the selected range of cells on the clipboard.
Reimplemented from robotide.editor.clipboard._ClipboardHandler.
Definition at line 101 of file clipboard.py.
| def robotide.editor.clipboard._WindowsClipboardHandler.paste | ( | self | ) |
Paste the contents of the clipboard.
If a cell is being edited just do a normal paste. If a cell is not being edited, paste whole rows.
Reimplemented from robotide.editor.clipboard._ClipboardHandler.
Definition at line 110 of file clipboard.py.