a fixed stringlist autocompleter More...
#include <textautocompleteprovider.h>
Public Member Functions | |
virtual | ~StringTextAutoCompleteProvider () |
Adds the given string to the list. | |
virtual QList< TextAutoCompleteItem * > | findAutoCompleteItemsForRange (TextDocument *document, const TextRange &range, const QString &word) |
Search auto-complete items in the list. | |
virtual void | add (const QString &label, const int kind=0, const QString &detail="", const QString &documentation="") |
directly add a label | |
virtual void | give (TextAutoCompleteItem *item) |
gives the given autocomplete item | |
![]() | |
virtual | ~TextAutoCompleteProvider () |
Protected Attributes | |
QList< TextAutoCompleteItem * > | itemList_ |
a fixed stringlist autocompleter
|
virtual |
Adds the given string to the list.
|
virtual |
directly add a label
|
virtual |
Search auto-complete items in the list.
Implements edbee::TextAutoCompleteProvider.
|
virtual |
gives the given autocomplete item
|
protected |