1#ifndef _PYTHONQTSTDOUT_H
2#define _PYTHONQTSTDOUT_H
48#include "structmember.h"
PyObject * PythonQtConvertPairToPython(const void *inPair, int metaTypeId)
void PythonQtOutputChangedCB(const QString &str)
declares the callback that is called from the write() function
PyTypeObject PythonQtStdOutRedirectType
declares the type of the stdout redirection class
declares the stdout redirection class
PyObject_HEAD PythonQtOutputChangedCB * _cb