|
ParaView
|
#include <pqConsoleWidget.h>
Public Member Functions | |
| virtual void | updateCompletionModel (const QString &str)=0 |
| Update the completion model given a string. | |
Definition at line 108 of file pqConsoleWidget.h.
| virtual void pqConsoleWidgetCompleter::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.
1.7.5.1