3 #ifndef pqPythonCompleter_h 4 #define pqPythonCompleter_h 8 #include "pqPythonModule.h" 29 QString getVariableToComplete(
const QString& prompt);
34 void appendPyObjectAttributes(
PyObject*
object, QStringList& results);
40 void appendFunctionKeywordArguments(
PyObject*
function, QStringList& results);
61 virtual QStringList getPythonCompletions(
const QString& pythonObjectName,
bool call) = 0;
Abstract class for Python completers.
pqPythonCompleter(QWidget *parent)