PythonQt
Public Attributes | List of all members
PythonQtStdInRedirect Struct Reference

declares the stdin redirection class More...

#include <PythonQtStdIn.h>

Public Attributes

PyObject_HEAD PythonQtInputChangedCB_cb
 
void * _callData
 
bool _isatty
 

Detailed Description

declares the stdin redirection class

Definition at line 57 of file PythonQtStdIn.h.

Member Data Documentation

◆ _callData

void* PythonQtStdInRedirect::_callData

Definition at line 60 of file PythonQtStdIn.h.

◆ _cb

PyObject_HEAD PythonQtInputChangedCB* PythonQtStdInRedirect::_cb

Definition at line 59 of file PythonQtStdIn.h.

◆ _isatty

bool PythonQtStdInRedirect::_isatty

Definition at line 61 of file PythonQtStdIn.h.


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