PythonQt
|
declares the stdout redirection class More...
#include <PythonQtStdOut.h>
Public Attributes | |
PyObject_HEAD PythonQtOutputChangedCB * | _cb |
int | softspace |
bool | closed |
declares the stdout redirection class
Definition at line 58 of file PythonQtStdOut.h.
PyObject_HEAD PythonQtOutputChangedCB* PythonQtStdOutRedirect::_cb |
Definition at line 60 of file PythonQtStdOut.h.
bool PythonQtStdOutRedirect::closed |
Definition at line 62 of file PythonQtStdOut.h.
int PythonQtStdOutRedirect::softspace |
Definition at line 61 of file PythonQtStdOut.h.