|
| def | __init__ (self, plugin, controller) |
| |
| def | ApplyEdit (self, row, col, grid) |
| |
| def | BeginEdit (self, row, col, grid) |
| |
| def | Clone (self) |
| |
| def | Create (self, parent, id, evthandler) |
| |
| def | EndEdit (self, row, col, grid, *ignored) |
| |
| def | execute_enclose_text (self, keycode) |
| |
| def | execute_sharp_comment (self) |
| |
| def | execute_sharp_uncomment (self) |
| |
| def | execute_variable_creator (self, list_variable=False, dict_variable=False) |
| |
| def | Reset (self) |
| |
| def | SetHeight (self, height) |
| |
| def | SetSize (self, rect) |
| |
| def | show_content_assist (self, args=None) |
| |
| def | StartingKey (self, event) |
| |
Definition at line 998 of file kweditor.py.
◆ __init__()
| def robotide.editor.kweditor.ContentAssistCellEditor.__init__ |
( |
|
self, |
|
|
|
plugin, |
|
|
|
controller |
|
) |
| |
◆ _get_value()
| def robotide.editor.kweditor.ContentAssistCellEditor._get_value |
( |
|
self | ) |
|
|
private |
◆ ApplyEdit()
| def robotide.editor.kweditor.ContentAssistCellEditor.ApplyEdit |
( |
|
self, |
|
|
|
row, |
|
|
|
col, |
|
|
|
grid |
|
) |
| |
◆ BeginEdit()
| def robotide.editor.kweditor.ContentAssistCellEditor.BeginEdit |
( |
|
self, |
|
|
|
row, |
|
|
|
col, |
|
|
|
grid |
|
) |
| |
◆ Clone()
| def robotide.editor.kweditor.ContentAssistCellEditor.Clone |
( |
|
self | ) |
|
◆ Create()
| def robotide.editor.kweditor.ContentAssistCellEditor.Create |
( |
|
self, |
|
|
|
parent, |
|
|
|
id, |
|
|
|
evthandler |
|
) |
| |
◆ EndEdit()
| def robotide.editor.kweditor.ContentAssistCellEditor.EndEdit |
( |
|
self, |
|
|
|
row, |
|
|
|
col, |
|
|
|
grid, |
|
|
* |
ignored |
|
) |
| |
◆ execute_enclose_text()
| def robotide.editor.kweditor.ContentAssistCellEditor.execute_enclose_text |
( |
|
self, |
|
|
|
keycode |
|
) |
| |
◆ execute_sharp_comment()
| def robotide.editor.kweditor.ContentAssistCellEditor.execute_sharp_comment |
( |
|
self | ) |
|
◆ execute_sharp_uncomment()
| def robotide.editor.kweditor.ContentAssistCellEditor.execute_sharp_uncomment |
( |
|
self | ) |
|
◆ execute_variable_creator()
| def robotide.editor.kweditor.ContentAssistCellEditor.execute_variable_creator |
( |
|
self, |
|
|
|
list_variable = False, |
|
|
|
dict_variable = False |
|
) |
| |
◆ Reset()
| def robotide.editor.kweditor.ContentAssistCellEditor.Reset |
( |
|
self | ) |
|
◆ SetHeight()
| def robotide.editor.kweditor.ContentAssistCellEditor.SetHeight |
( |
|
self, |
|
|
|
height |
|
) |
| |
◆ SetSize()
| def robotide.editor.kweditor.ContentAssistCellEditor.SetSize |
( |
|
self, |
|
|
|
rect |
|
) |
| |
◆ show_content_assist()
| def robotide.editor.kweditor.ContentAssistCellEditor.show_content_assist |
( |
|
self, |
|
|
|
args = None |
|
) |
| |
◆ StartingKey()
| def robotide.editor.kweditor.ContentAssistCellEditor.StartingKey |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ _controller
| robotide.editor.kweditor.ContentAssistCellEditor._controller |
|
private |
◆ _counter
| robotide.editor.kweditor.ContentAssistCellEditor._counter |
|
private |
◆ _grid
| robotide.editor.kweditor.ContentAssistCellEditor._grid |
|
private |
◆ _height
| robotide.editor.kweditor.ContentAssistCellEditor._height |
|
private |
◆ _original_value
| robotide.editor.kweditor.ContentAssistCellEditor._original_value |
|
private |
◆ _plugin
| robotide.editor.kweditor.ContentAssistCellEditor._plugin |
|
private |
◆ _tc
| robotide.editor.kweditor.ContentAssistCellEditor._tc |
|
private |
◆ _value
| robotide.editor.kweditor.ContentAssistCellEditor._value |
|
private |
◆ color_background_help
| robotide.editor.kweditor.ContentAssistCellEditor.color_background_help |
◆ color_foreground_text
| robotide.editor.kweditor.ContentAssistCellEditor.color_foreground_text |
◆ general_settings
| robotide.editor.kweditor.ContentAssistCellEditor.general_settings |
◆ settings
| robotide.editor.kweditor.ContentAssistCellEditor.settings |
The documentation for this class was generated from the following file: