|
| def | __init__ (self, parent, suggestion_source) |
| |
| def | content_assist_for (self, value, row=None) |
| |
| def | content_assist_value (self, value) |
| |
| def | get_value (self) |
| |
| def | hide (self) |
| |
| def | is_shown (self) |
| |
| def | OnListItemActivated (self, event) |
| |
| def | OnListItemSelected (self, event) |
| |
| def | reset (self) |
| |
| def | select_and_scroll (self, keycode) |
| |
| def | show (self, xcoord, ycoord, cell_height) |
| |
Definition at line 409 of file contentassist.py.
◆ __init__()
| def robotide.editor.contentassist.ContentAssistPopup.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
suggestion_source |
|
) |
| |
◆ _move_x_where_room()
| def robotide.editor.contentassist.ContentAssistPopup._move_x_where_room |
( |
|
self, |
|
|
|
start_x |
|
) |
| |
|
private |
◆ _move_y_where_room()
| def robotide.editor.contentassist.ContentAssistPopup._move_y_where_room |
( |
|
self, |
|
|
|
start_y, |
|
|
|
cell_height |
|
) |
| |
|
private |
◆ _select_and_scroll()
| def robotide.editor.contentassist.ContentAssistPopup._select_and_scroll |
( |
|
self, |
|
|
|
selection |
|
) |
| |
|
private |
◆ _starts()
| def robotide.editor.contentassist.ContentAssistPopup._starts |
( |
|
self, |
|
|
|
val1, |
|
|
|
val2 |
|
) |
| |
|
private |
◆ content_assist_for()
| def robotide.editor.contentassist.ContentAssistPopup.content_assist_for |
( |
|
self, |
|
|
|
value, |
|
|
|
row = None |
|
) |
| |
◆ content_assist_value()
| def robotide.editor.contentassist.ContentAssistPopup.content_assist_value |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ get_value()
| def robotide.editor.contentassist.ContentAssistPopup.get_value |
( |
|
self | ) |
|
◆ hide()
| def robotide.editor.contentassist.ContentAssistPopup.hide |
( |
|
self | ) |
|
◆ is_shown()
| def robotide.editor.contentassist.ContentAssistPopup.is_shown |
( |
|
self | ) |
|
◆ OnListItemActivated()
| def robotide.editor.contentassist.ContentAssistPopup.OnListItemActivated |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnListItemSelected()
| def robotide.editor.contentassist.ContentAssistPopup.OnListItemSelected |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ reset()
| def robotide.editor.contentassist.ContentAssistPopup.reset |
( |
|
self | ) |
|
◆ select_and_scroll()
| def robotide.editor.contentassist.ContentAssistPopup.select_and_scroll |
( |
|
self, |
|
|
|
keycode |
|
) |
| |
◆ show()
| def robotide.editor.contentassist.ContentAssistPopup.show |
( |
|
self, |
|
|
|
xcoord, |
|
|
|
ycoord, |
|
|
|
cell_height |
|
) |
| |
◆ _choices
| robotide.editor.contentassist.ContentAssistPopup._choices |
|
private |
◆ _details_popup
| robotide.editor.contentassist.ContentAssistPopup._details_popup |
|
private |
◆ _list
| robotide.editor.contentassist.ContentAssistPopup._list |
|
private |
◆ _main_popup
| robotide.editor.contentassist.ContentAssistPopup._main_popup |
|
private |
◆ _parent
| robotide.editor.contentassist.ContentAssistPopup._parent |
|
private |
◆ _selection
| robotide.editor.contentassist.ContentAssistPopup._selection |
|
private |
◆ _suggestions
| robotide.editor.contentassist.ContentAssistPopup._suggestions |
|
private |
The documentation for this class was generated from the following file: