Public Member Functions | Protected Member Functions | List of all members
pqPythonShellCompleter Class Reference

#include <pqPythonShellCompleter.h>

Inheritance diagram for pqPythonShellCompleter:
Inheritance graph
[legend]
Collaboration diagram for pqPythonShellCompleter:
Collaboration graph
[legend]

Public Member Functions

 pqPythonShellCompleter (QWidget *p, vtkPythonInteractiveInterpreter *interp)
 
void updateCompletionModel (const QString &rootText) override
 Update the completion model given a string. More...
 

Protected Member Functions

QStringList getPythonAttributes (const QString &pythonObjectName)
 Given a python variable name, look up its attributes and return them in a string list. More...
 

Detailed Description

Definition at line 43 of file pqPythonShellCompleter.h.

Constructor & Destructor Documentation

◆ pqPythonShellCompleter()

pqPythonShellCompleter::pqPythonShellCompleter ( QWidget *  p,
vtkPythonInteractiveInterpreter *  interp 
)

Member Function Documentation

◆ 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: