|
| def | __init__ (self, plugin, parent, controller, tree) |
| |
| def | close (self) |
| |
| def | destroy (self) |
| |
| def | highlight (self, text, expand=True) |
| |
| def | highlight_cell (self, obj, row, column) |
| | Highlight the given object at the given row and column. More...
|
| |
| def | OnIdle (self, event) |
| |
| def | tooltip_allowed (self, tooltip) |
| |
| def | tree_item_selected (self, item) |
| |
Definition at line 81 of file editors.py.
◆ __init__()
| def robotide.editor.editors._RobotTableEditor.__init__ |
( |
|
self, |
|
|
|
plugin, |
|
|
|
parent, |
|
|
|
controller, |
|
|
|
tree |
|
) |
| |
◆ _add_settings()
| def robotide.editor.editors._RobotTableEditor._add_settings |
( |
|
self | ) |
|
|
private |
◆ _collabsible_changed()
| def robotide.editor.editors._RobotTableEditor._collabsible_changed |
( |
|
self, |
|
|
|
event = None |
|
) |
| |
|
private |
◆ _create_header()
| def robotide.editor.editors._RobotTableEditor._create_header |
( |
|
self, |
|
|
|
text, |
|
|
|
readonly = False |
|
) |
| |
|
private |
◆ _create_settings()
| def robotide.editor.editors._RobotTableEditor._create_settings |
( |
|
self | ) |
|
|
private |
◆ _get_settings_editor()
| def robotide.editor.editors._RobotTableEditor._get_settings_editor |
( |
|
self, |
|
|
|
setting |
|
) |
| |
|
private |
Return the settings editor for the given setting object.
Definition at line 196 of file editors.py.
◆ _mouse_outside_tooltip()
| def robotide.editor.editors._RobotTableEditor._mouse_outside_tooltip |
( |
|
self | ) |
|
|
private |
◆ _reset_last_show_tooltip()
| def robotide.editor.editors._RobotTableEditor._reset_last_show_tooltip |
( |
|
self | ) |
|
|
private |
◆ _restore_settings_open_status()
| def robotide.editor.editors._RobotTableEditor._restore_settings_open_status |
( |
|
self | ) |
|
|
private |
◆ _settings_changed()
| def robotide.editor.editors._RobotTableEditor._settings_changed |
( |
|
self, |
|
|
|
message |
|
) |
| |
|
private |
◆ _should_settings_be_open()
| def robotide.editor.editors._RobotTableEditor._should_settings_be_open |
( |
|
self | ) |
|
|
private |
◆ _store_settings_open_status()
| def robotide.editor.editors._RobotTableEditor._store_settings_open_status |
( |
|
self | ) |
|
|
private |
◆ close()
| def robotide.editor.editors._RobotTableEditor.close |
( |
|
self | ) |
|
◆ destroy()
| def robotide.editor.editors._RobotTableEditor.destroy |
( |
|
self | ) |
|
◆ highlight()
| def robotide.editor.editors._RobotTableEditor.highlight |
( |
|
self, |
|
|
|
text, |
|
|
|
expand = True |
|
) |
| |
◆ highlight_cell()
| def robotide.editor.editors._RobotTableEditor.highlight_cell |
( |
|
self, |
|
|
|
obj, |
|
|
|
row, |
|
|
|
column |
|
) |
| |
Highlight the given object at the given row and column.
Definition at line 185 of file editors.py.
◆ OnIdle()
| def robotide.editor.editors._RobotTableEditor.OnIdle |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ tooltip_allowed()
| def robotide.editor.editors._RobotTableEditor.tooltip_allowed |
( |
|
self, |
|
|
|
tooltip |
|
) |
| |
◆ _editors
| robotide.editor.editors._RobotTableEditor._editors |
|
private |
◆ _last_shown_tooltip
| robotide.editor.editors._RobotTableEditor._last_shown_tooltip |
|
private |
◆ _settings
| robotide.editor.editors._RobotTableEditor._settings |
|
private |
◆ _settings_open_id
| robotide.editor.editors._RobotTableEditor._settings_open_id |
|
staticprivate |
◆ _title_display
| robotide.editor.editors._RobotTableEditor._title_display |
|
private |
◆ doc
| string robotide.editor.editors._RobotTableEditor.doc = 'table editor' |
|
static |
◆ name
| string robotide.editor.editors._RobotTableEditor.name = 'table' |
|
static |
◆ sizer
| robotide.editor.editors._RobotTableEditor.sizer |
The documentation for this class was generated from the following file: