PythonQt
Classes | Typedefs | Variables
PythonQtStdIn.h File Reference
#include "PythonQtPythonInclude.h"
#include "structmember.h"
#include <QString>

Go to the source code of this file.

Classes

struct  PythonQtStdInRedirect
 declares the stdin redirection class More...
 

Typedefs

typedef QString PythonQtInputChangedCB(void *callData)
 declares the callback that is called from the write() function More...
 

Variables

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

Detailed Description

Author
Jean-Christophe Fillion-Robin
Last changed by
Author
jcfr
Date
2011

Definition in file PythonQtStdIn.h.

Typedef Documentation

◆ PythonQtInputChangedCB

typedef QString PythonQtInputChangedCB(void *callData)

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

Definition at line 54 of file PythonQtStdIn.h.

Variable Documentation

◆ PythonQtStdInRedirectType

PyTypeObject PythonQtStdInRedirectType
extern

declares the type of the stdout redirection class