PythonQt
Classes | Typedefs | Variables
PythonQtStdOut.h File Reference
#include "PythonQtPythonInclude.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 More...
 

Variables

PyTypeObject PythonQtStdOutRedirectType
 declares the type of the stdout redirection class More...
 

Detailed Description

Author
Florian Link
Last changed by
Author
florian
Date
2006-05

Definition in file PythonQtStdOut.h.

Typedef Documentation

◆ PythonQtOutputChangedCB

typedef void PythonQtOutputChangedCB(const QString &str)

declares the callback that is called from the write() function

Definition at line 55 of file PythonQtStdOut.h.

Variable Documentation

◆ PythonQtStdOutRedirectType

PyTypeObject PythonQtStdOutRedirectType
extern

declares the type of the stdout redirection class