4 #ifndef pqPythonShellCompleter_h 5 #define pqPythonShellCompleter_h 11 class vtkPythonInteractiveInterpreter;
21 , Interpreter(interp){};
pqPythonShellCompleter(QWidget *parent, vtkPythonInteractiveInterpreter *interp)
Abstract class for Python completers.
Completer class for Python shell, using interactive shell context to provide line completions...
virtual QStringList getPythonCompletions(const QString &pythonObjectName)=0
Given a text prompt, return a list of possible completions.