3 #ifndef pqPythonCompleter_h 4 #define pqPythonCompleter_h 29 QString getVariableToComplete(
const QString& prompt);
34 void appendPyObjectAttributes(
PyObject*
object, QStringList& results);
48 virtual QStringList getPythonCompletions(
const QString& pythonObjectName) = 0;
Abstract class for Python completers.
pqPythonCompleter(QWidget *parent)