PythonQt
Public Attributes | List of all members
PythonQtStdOutRedirect Struct Reference

declares the stdout redirection class More...

#include <PythonQtStdOut.h>

Public Attributes

PyObject_HEAD PythonQtOutputChangedCB_cb
 
int softspace
 
bool closed
 

Detailed Description

declares the stdout redirection class

Definition at line 58 of file PythonQtStdOut.h.

Member Data Documentation

◆ _cb

PyObject_HEAD PythonQtOutputChangedCB* PythonQtStdOutRedirect::_cb

Definition at line 60 of file PythonQtStdOut.h.

◆ closed

bool PythonQtStdOutRedirect::closed

Definition at line 62 of file PythonQtStdOut.h.

◆ softspace

int PythonQtStdOutRedirect::softspace

Definition at line 61 of file PythonQtStdOut.h.


The documentation for this struct was generated from the following file: