Gui::CompletionList Class Reference
The CompletionList class provides a list box that pops up in a text edit if the user has pressed an accelerator to complete the current word he is typing in. More...
#include <TextEdit.h>
Public Member Functions | |
CompletionList (QPlainTextEdit *parent) | |
Construction. More... | |
void | findCurrentWord (const QString &) |
~CompletionList () | |
Destruction. More... | |
Protected Member Functions | |
bool | eventFilter (QObject *, QEvent *) |
Get all incoming events of the text edit and redirect some of them, like key up and down, mouse press events, ... More... | |
Detailed Description
The CompletionList class provides a list box that pops up in a text edit if the user has pressed an accelerator to complete the current word he is typing in.
Constructor & Destructor Documentation
◆ CompletionList()
CompletionList::CompletionList | ( | QPlainTextEdit * | parent | ) |
Construction.
◆ ~CompletionList()
CompletionList::~CompletionList | ( | ) |
Destruction.
Member Function Documentation
◆ eventFilter()
Get all incoming events of the text edit and redirect some of them, like key up and down, mouse press events, ...
to the widget itself.
◆ findCurrentWord()
void CompletionList::findCurrentWord | ( | const QString & | wordPrefix | ) |
The documentation for this class was generated from the following files:
- src/Gui/TextEdit.h
- src/Gui/TextEdit.cpp