|
| def | __init__ (self, parent, num_rows, num_cols, popup_creator=None) |
| |
| def | copy (self) |
| |
| def | cut (self) |
| |
| def | delete (self) |
| |
| def | get_cell_edit_control (self) |
| |
| def | get_selected_content (self) |
| |
| def | get_single_selection_content (self) |
| |
| def | has_focus (self) |
| |
| def | OnCellRightClick (self, event) |
| |
| def | OnDeleteCells (self, event) |
| |
| def | OnInsertCells (self, event) |
| |
| def | OnRangeSelect (self, event) |
| |
| def | OnSelectCell (self, event) |
| |
| def | paste (self) |
| |
| def | register_context_menu_hook (self, callable) |
| |
| def | select (self, row, column) |
| |
| def | undo (self) |
| |
| def | unregister_context_menu_hook (self, callable) |
| |
| def | write_cell (self, row, col, value, update_history=True) |
| |
|
| def | _bind_to_events (self) |
| |
| def | _clear_selected_cells (self) |
| |
| def | _current_cell_value (self) |
| |
| def | _delete_cells (self, data) |
| |
| def | _delete_from_cell_editor (self) |
| |
| def | _ensure_selected_row_is_visible (self, bottom_row) |
| |
| def | _expand_if_necessary (self, row, col) |
| |
| def | _get_all_content (self) |
| |
| def | _get_block_content (self, row_range, col_range) |
| |
| def | _insert_cells (self, data) |
| |
| def | _insert_or_delete_cells (self, action, event) |
| |
| def | _is_whole_row_selection (self) |
| |
| def | _newline_replacer (self, match) |
| |
| def | _refresh_layout (self) |
| |
| def | _replacer (self, char, match) |
| |
| def | _row_data (self, row) |
| |
| def | _strip_trailing_empty_cells (self, rowdata) |
| |
| def | _unescape_newlines_and_whitespaces (self, item) |
| |
| def | _update_history (self) |
| |
| def | _whitespace_replacer (self, match) |
| |
| def | _write_data (self, data, update_history=True) |
| |
| def | _write_row (self, row, data) |
| |
| def | cell_under_cursor (self) |
| |
Definition at line 27 of file gridbase.py.
◆ __init__()
| def robotide.editor.gridbase.GridEditor.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
num_rows, |
|
|
|
num_cols, |
|
|
|
popup_creator = None |
|
) |
| |
◆ _bind_to_events()
| def robotide.editor.gridbase.GridEditor._bind_to_events |
( |
|
self | ) |
|
|
private |
◆ _clear_selected_cells()
| def robotide.editor.gridbase.GridEditor._clear_selected_cells |
( |
|
self | ) |
|
|
private |
◆ _current_cell_value()
| def robotide.editor.gridbase.GridEditor._current_cell_value |
( |
|
self | ) |
|
|
private |
◆ _delete_cells()
| def robotide.editor.gridbase.GridEditor._delete_cells |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ _delete_from_cell_editor()
| def robotide.editor.gridbase.GridEditor._delete_from_cell_editor |
( |
|
self | ) |
|
|
private |
◆ _ensure_selected_row_is_visible()
| def robotide.editor.gridbase.GridEditor._ensure_selected_row_is_visible |
( |
|
self, |
|
|
|
bottom_row |
|
) |
| |
|
private |
◆ _expand_if_necessary()
| def robotide.editor.gridbase.GridEditor._expand_if_necessary |
( |
|
self, |
|
|
|
row, |
|
|
|
col |
|
) |
| |
|
private |
◆ _get_all_content()
| def robotide.editor.gridbase.GridEditor._get_all_content |
( |
|
self | ) |
|
|
private |
◆ _get_block_content()
| def robotide.editor.gridbase.GridEditor._get_block_content |
( |
|
self, |
|
|
|
row_range, |
|
|
|
col_range |
|
) |
| |
|
private |
◆ _insert_cells()
| def robotide.editor.gridbase.GridEditor._insert_cells |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ _insert_or_delete_cells()
| def robotide.editor.gridbase.GridEditor._insert_or_delete_cells |
( |
|
self, |
|
|
|
action, |
|
|
|
event |
|
) |
| |
|
private |
◆ _is_whole_row_selection()
| def robotide.editor.gridbase.GridEditor._is_whole_row_selection |
( |
|
self | ) |
|
|
private |
◆ _newline_replacer()
| def robotide.editor.gridbase.GridEditor._newline_replacer |
( |
|
self, |
|
|
|
match |
|
) |
| |
|
private |
◆ _refresh_layout()
| def robotide.editor.gridbase.GridEditor._refresh_layout |
( |
|
self | ) |
|
|
private |
◆ _replacer()
| def robotide.editor.gridbase.GridEditor._replacer |
( |
|
self, |
|
|
|
char, |
|
|
|
match |
|
) |
| |
|
private |
◆ _row_data()
| def robotide.editor.gridbase.GridEditor._row_data |
( |
|
self, |
|
|
|
row |
|
) |
| |
|
private |
◆ _strip_trailing_empty_cells()
| def robotide.editor.gridbase.GridEditor._strip_trailing_empty_cells |
( |
|
self, |
|
|
|
rowdata |
|
) |
| |
|
private |
◆ _unescape_newlines_and_whitespaces()
| def robotide.editor.gridbase.GridEditor._unescape_newlines_and_whitespaces |
( |
|
self, |
|
|
|
item |
|
) |
| |
|
private |
◆ _update_history()
| def robotide.editor.gridbase.GridEditor._update_history |
( |
|
self | ) |
|
|
private |
◆ _whitespace_replacer()
| def robotide.editor.gridbase.GridEditor._whitespace_replacer |
( |
|
self, |
|
|
|
match |
|
) |
| |
|
private |
◆ _write_data()
| def robotide.editor.gridbase.GridEditor._write_data |
( |
|
self, |
|
|
|
data, |
|
|
|
update_history = True |
|
) |
| |
|
private |
◆ _write_row()
| def robotide.editor.gridbase.GridEditor._write_row |
( |
|
self, |
|
|
|
row, |
|
|
|
data |
|
) |
| |
|
private |
◆ cell_under_cursor()
| def robotide.editor.gridbase.GridEditor.cell_under_cursor |
( |
|
self | ) |
|
|
private |
◆ copy()
| def robotide.editor.gridbase.GridEditor.copy |
( |
|
self | ) |
|
◆ cut()
| def robotide.editor.gridbase.GridEditor.cut |
( |
|
self | ) |
|
◆ delete()
| def robotide.editor.gridbase.GridEditor.delete |
( |
|
self | ) |
|
◆ get_cell_edit_control()
| def robotide.editor.gridbase.GridEditor.get_cell_edit_control |
( |
|
self | ) |
|
◆ get_selected_content()
| def robotide.editor.gridbase.GridEditor.get_selected_content |
( |
|
self | ) |
|
◆ get_single_selection_content()
| def robotide.editor.gridbase.GridEditor.get_single_selection_content |
( |
|
self | ) |
|
◆ has_focus()
| def robotide.editor.gridbase.GridEditor.has_focus |
( |
|
self | ) |
|
◆ OnCellRightClick()
| def robotide.editor.gridbase.GridEditor.OnCellRightClick |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnDeleteCells()
| def robotide.editor.gridbase.GridEditor.OnDeleteCells |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnInsertCells()
| def robotide.editor.gridbase.GridEditor.OnInsertCells |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnRangeSelect()
| def robotide.editor.gridbase.GridEditor.OnRangeSelect |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnSelectCell()
| def robotide.editor.gridbase.GridEditor.OnSelectCell |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ paste()
| def robotide.editor.gridbase.GridEditor.paste |
( |
|
self | ) |
|
◆ register_context_menu_hook()
| def robotide.editor.gridbase.GridEditor.register_context_menu_hook |
( |
|
self, |
|
|
|
callable |
|
) |
| |
◆ select()
| def robotide.editor.gridbase.GridEditor.select |
( |
|
self, |
|
|
|
row, |
|
|
|
column |
|
) |
| |
◆ undo()
| def robotide.editor.gridbase.GridEditor.undo |
( |
|
self | ) |
|
◆ unregister_context_menu_hook()
| def robotide.editor.gridbase.GridEditor.unregister_context_menu_hook |
( |
|
self, |
|
|
|
callable |
|
) |
| |
◆ write_cell()
| def robotide.editor.gridbase.GridEditor.write_cell |
( |
|
self, |
|
|
|
row, |
|
|
|
col, |
|
|
|
value, |
|
|
|
update_history = True |
|
) |
| |
◆ _clipboard_handler
| robotide.editor.gridbase.GridEditor._clipboard_handler |
|
private |
◆ _col_add_threshold
| robotide.editor.gridbase.GridEditor._col_add_threshold |
|
staticprivate |
◆ _history
| robotide.editor.gridbase.GridEditor._history |
|
private |
◆ _popup_creator
| robotide.editor.gridbase.GridEditor._popup_creator |
|
private |
◆ _popup_items
| robotide.editor.gridbase.GridEditor._popup_items |
|
staticprivate |
◆ _regexps
| robotide.editor.gridbase.GridEditor._regexps |
|
staticprivate |
◆ color_background
| robotide.editor.gridbase.GridEditor.color_background |
◆ color_background_help
| robotide.editor.gridbase.GridEditor.color_background_help |
◆ color_foreground
| robotide.editor.gridbase.GridEditor.color_foreground |
◆ color_foreground_text
| robotide.editor.gridbase.GridEditor.color_foreground_text |
◆ color_secondary_background
| robotide.editor.gridbase.GridEditor.color_secondary_background |
◆ color_secondary_foreground
| robotide.editor.gridbase.GridEditor.color_secondary_foreground |
◆ general_settings
| robotide.editor.gridbase.GridEditor.general_settings |
◆ selection
| robotide.editor.gridbase.GridEditor.selection |
◆ settings
| robotide.editor.gridbase.GridEditor.settings |
◆ cell_under_cursor
| robotide.editor.gridbase.GridEditor.cell_under_cursor = property |
|
static |
The documentation for this class was generated from the following file: