Summit II/Python Scripting
From ParaQ Wiki
Jump to navigationJump to search
Class | Description |
---|---|
pqPythonInterpreter | Wraps an instance of a Python interpreter. |
pqConsoleWidget | Provides an interactive "shell" widget, that encapsulates line-oriented input and output. |
pqPythonStream | Used to redirect Python stream output to a set of Qt signals. |
pqPythonShell | Combines pqPythonStream, pqConsoleWidget, and an instance of pqPythonInterpreter to create an interactive Python "shell" widget. |
pqPythonDialog | Wraps pqPythonShell into a QDialog to provide the interactive Python dialog as seen in pqClient. |