Provides auto-completion for a WsfEditor.
More...
#include <AutoCompletePopup.hpp>
Inherits QWidget.
Provides auto-completion for a WsfEditor.
◆ AutoCompletePopup()
| wizard::AutoCompletePopup::AutoCompletePopup |
( |
QWidget * | aParentPtr, |
|
|
WsfEditor * | aEditControlPtr ) |
◆ ~AutoCompletePopup()
| wizard::AutoCompletePopup::~AutoCompletePopup |
( |
| ) |
|
|
override |
◆ CursorMove()
| void wizard::AutoCompletePopup::CursorMove |
( |
int | aX, |
|
|
int | aY, |
|
|
int | aLineHeight ) |
◆ HasFocus()
| bool wizard::AutoCompletePopup::HasFocus |
( |
| ) |
|
◆ InterceptKeyDown()
| bool wizard::AutoCompletePopup::InterceptKeyDown |
( |
QKeyEvent * | aEventPtr | ) |
|
Intercepts key events that may be useful to the autocomplete popup.
- Parameters
-
| aEventPtr | A point to the event. |
- Returns
- bool Returns 'true' if the key event was intercepted.
◆ paintEvent()
| void wizard::AutoCompletePopup::paintEvent |
( |
QPaintEvent * | e | ) |
|
|
overrideprotected |
◆ UpdateAutocomplete()
| void wizard::AutoCompletePopup::UpdateAutocomplete |
( |
size_t | aCursorLine, |
|
|
size_t | aCursorColumn ) |
◆ UpdateWindowPosition()
| void wizard::AutoCompletePopup::UpdateWindowPosition |
( |
| ) |
|
◆ SuggestionList
| friend class SuggestionList |
|
friend |
The documentation for this class was generated from the following files: