SourceForge.net Logo
Classes | Typedefs | Variables

PythonQtStdOut.h File Reference

#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

Detailed Description

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

Definition in file PythonQtStdOut.h.


Typedef Documentation

typedef void PythonQtOutputChangedCB(const QString &str)

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

Definition at line 54 of file PythonQtStdOut.h.


Variable Documentation

declares the type of the stdout redirection class