#include <Python.h>#include "structmember.h"#include <QString>Go to the source code of this file.
Classes | |
| struct | PythonQtStdOutRedirect |
| declares the stdout redirection class More... | |
Typedefs | |
| typedef void | PythonQtOutputChangedCB (const QString &str) |
| declares the callback that is called from the write() function | |
Variables | |
| PyTypeObject | PythonQtStdOutRedirectType |
| declares the type of the stdout redirection class | |
Definition in file PythonQtStdOut.h.
| typedef void PythonQtOutputChangedCB(const QString &str) |
declares the callback that is called from the write() function
Definition at line 54 of file PythonQtStdOut.h.
| PyTypeObject PythonQtStdOutRedirectType |
declares the type of the stdout redirection class
1.7.1