Definition at line 23 of file clipboard.py.
◆ __init__()
| def robotide.editor.clipboard._ClipboardHandler.__init__ |
( |
|
self, |
|
|
|
grid |
|
) |
| |
◆ _add_selected_data_to_clipboard()
| def robotide.editor.clipboard._ClipboardHandler._add_selected_data_to_clipboard |
( |
|
self | ) |
|
|
private |
◆ _edit_control_shown()
| def robotide.editor.clipboard._ClipboardHandler._edit_control_shown |
( |
|
self | ) |
|
|
private |
◆ _get_edit_control()
| def robotide.editor.clipboard._ClipboardHandler._get_edit_control |
( |
|
self | ) |
|
|
private |
◆ _get_starting_cell()
| def robotide.editor.clipboard._ClipboardHandler._get_starting_cell |
( |
|
self | ) |
|
|
private |
◆ _paste_to_cell_editor()
| def robotide.editor.clipboard._ClipboardHandler._paste_to_cell_editor |
( |
|
self | ) |
|
|
private |
◆ _paste_to_grid()
| def robotide.editor.clipboard._ClipboardHandler._paste_to_grid |
( |
|
self | ) |
|
|
private |
◆ _write_cell()
| def robotide.editor.clipboard._ClipboardHandler._write_cell |
( |
|
self, |
|
|
|
row, |
|
|
|
col, |
|
|
|
value |
|
) |
| |
|
private |
◆ clipboard_content()
| def robotide.editor.clipboard._ClipboardHandler.clipboard_content |
( |
|
self | ) |
|
◆ copy()
| def robotide.editor.clipboard._ClipboardHandler.copy |
( |
|
self | ) |
|
◆ cut()
| def robotide.editor.clipboard._ClipboardHandler.cut |
( |
|
self | ) |
|
◆ paste()
| def robotide.editor.clipboard._ClipboardHandler.paste |
( |
|
self | ) |
|
◆ _clipboard
| robotide.editor.clipboard._ClipboardHandler._clipboard |
|
private |
◆ _grid
| robotide.editor.clipboard._ClipboardHandler._grid |
|
private |
The documentation for this class was generated from the following file: