#include <Libs/Widgets/ctkConsole.h>
Definition at line 261 of file ctkConsole.h.
◆ autocompletePreferenceList()
QStringList ctkConsoleCompleter::autocompletePreferenceList |
( |
| ) |
|
Returns the autocomplete preference list.
◆ setAutocompletePreferenceList()
void ctkConsoleCompleter::setAutocompletePreferenceList |
( |
const QStringList & |
list | ) |
|
Set autocomplete preference list This list allows to specify options that could be selected by default if multiple choices are proposed to the user.
◆ updateCompletionModel()
virtual void ctkConsoleCompleter::updateCompletionModel |
( |
const QString & |
str | ) |
|
|
pure virtual |
Update the completion model given a string. The given string is the current console text between the cursor and the start of the line.
◆ AutocompletePreferenceList
QStringList ctkConsoleCompleter::AutocompletePreferenceList |
|
protected |
The documentation for this class was generated from the following file: