|
| def | __init__ (self, plugin) |
| |
| def | hide_editor (self) |
| |
| def | OnCommentCells (self, event) |
| |
| def | OnCommentRows (self, event) |
| |
| def | OnContentAssistance (self, event) |
| |
| def | OnCopy (self, event) |
| |
| def | OnCut (self, event) |
| |
| def | OnDelete (self, event) |
| |
| def | OnDeleteCells (self, event) |
| |
| def | OnDeleteRows (self, event) |
| |
| def | OnInsert (self, event) |
| |
| def | OnInsertCells (self, event) |
| |
| def | OnInsertRows (self, event) |
| |
| def | OnKey (self, *args) |
| |
| def | OnPaste (self, event) |
| |
| def | OnRedo (self, event) |
| |
| def | OnSave (self, event) |
| |
| def | OnUncommentCells (self, event) |
| |
| def | OnUncommentRows (self, event) |
| |
| def | OnUndo (self, event) |
| |
| def | save (self, message=None) |
| |
| def | show_editor (self, editor) |
| |
Definition at line 160 of file __init__.py.
◆ __init__()
| def robotide.editor._EditorTab.__init__ |
( |
|
self, |
|
|
|
plugin |
|
) |
| |
◆ hide_editor()
| def robotide.editor._EditorTab.hide_editor |
( |
|
self | ) |
|
◆ OnCommentCells()
| def robotide.editor._EditorTab.OnCommentCells |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnCommentRows()
| def robotide.editor._EditorTab.OnCommentRows |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnContentAssistance()
| def robotide.editor._EditorTab.OnContentAssistance |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnCopy()
| def robotide.editor._EditorTab.OnCopy |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnCut()
| def robotide.editor._EditorTab.OnCut |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnDelete()
| def robotide.editor._EditorTab.OnDelete |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnDeleteCells()
| def robotide.editor._EditorTab.OnDeleteCells |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnDeleteRows()
| def robotide.editor._EditorTab.OnDeleteRows |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnInsert()
| def robotide.editor._EditorTab.OnInsert |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnInsertCells()
| def robotide.editor._EditorTab.OnInsertCells |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnInsertRows()
| def robotide.editor._EditorTab.OnInsertRows |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnKey()
| def robotide.editor._EditorTab.OnKey |
( |
|
self, |
|
|
* |
args |
|
) |
| |
◆ OnPaste()
| def robotide.editor._EditorTab.OnPaste |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnRedo()
| def robotide.editor._EditorTab.OnRedo |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnSave()
| def robotide.editor._EditorTab.OnSave |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnUncommentCells()
| def robotide.editor._EditorTab.OnUncommentCells |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnUncommentRows()
| def robotide.editor._EditorTab.OnUncommentRows |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnUndo()
| def robotide.editor._EditorTab.OnUndo |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ save()
| def robotide.editor._EditorTab.save |
( |
|
self, |
|
|
|
message = None |
|
) |
| |
◆ show_editor()
| def robotide.editor._EditorTab.show_editor |
( |
|
self, |
|
|
|
editor |
|
) |
| |
◆ editor
| robotide.editor._EditorTab.editor |
◆ plugin
| robotide.editor._EditorTab.plugin |
◆ sizer
| robotide.editor._EditorTab.sizer |
The documentation for this class was generated from the following file: