#include <Libs/Widgets/ctkConsole.h>
Definition at line 280 of file ctkConsole.h.
◆ autocompletePreferenceList()
QStringList ctkConsoleCompleter::autocompletePreferenceList |
( |
| ) |
|
Returns the autocomplete preference list.
◆ cursorOffset()
virtual int ctkConsoleCompleter::cursorOffset |
( |
const QString & |
completion | ) |
|
|
pure virtual |
Given the current completion, returns the number by which the cursor should be shifted to the left.
◆ 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: