|
|
void | SetPosition (wxPoint pos) |
| | Define where the popup will appear on Create()
|
| |
|
bool | Create (wxWindow *parent) override |
| | Create popup control.
|
| |
|
void | OnChar (wxKeyEvent &event) |
| | Gets the info which keycode the current keypress results in.
|
| |
|
void | OnKeyDown (wxKeyEvent &event) |
| | Gets the info which key has been pressed with which modifier.
|
| |
| | AutocompletePopup (wxWindow *parent, EditorCell *editor, AutoComplete *autocomplete, AutoComplete::autoCompletionType type, AutocompletePopup **doneptr) |
| | The constructor of the autocompletion window.
|
| |
|
void | UpdateResults () |
| |
|
void | OnClick (wxMouseEvent &event) |
| |
◆ AutocompletePopup()
The constructor of the autocompletion window.
- Parameters
-
| parent | The parent window |
| editor | The cell that contains the text that is to be completed |
| autocomplete | The autocompletion data |
| type | The type of completion needed |
| doneptr | A pointer that will be set to NULL when the pop-up is destroyed. |
The documentation for this class was generated from the following files: