#include <pqPythonShellCompleter.h>
|
QStringList | getPythonAttributes (const QString &pythonObjectName) |
| Given a python variable name, look up its attributes and return them in a string list. More...
|
|
Definition at line 15 of file pqPythonShellCompleter.h.
◆ pqPythonShellCompleter()
pqPythonShellCompleter::pqPythonShellCompleter |
( |
QWidget * |
p, |
|
|
vtkPythonInteractiveInterpreter * |
interp |
|
) |
| |
◆ updateCompletionModel()
void pqPythonShellCompleter::updateCompletionModel |
( |
const QString & |
rootText | ) |
|
|
overridevirtual |
Update the completion model given a string.
The given string is the current entered text.
Implements pqConsoleWidgetCompleter.
◆ getPythonAttributes()
QStringList pqPythonShellCompleter::getPythonAttributes |
( |
const QString & |
pythonObjectName | ) |
|
|
protected |
Given a python variable name, look up its attributes and return them in a string list.
The documentation for this class was generated from the following file: