Module implementing a redirector for stderr and stdout to be able to send data written to these streams via Qt signals.
None |
EricStdRedirector | Class for replacement of stdout and stderr in order to send the data via Qt signals. |
None |
Class for replacement of stdout and stderr in order to send the data via Qt signals.
None |
None |
EricStdRedirector | Constructor |
__bufferedLength | Private method returning number of characters of buffered lines. |
__signalData | Private method used to signal data written to the instance object. |
encoding | Public method to report the used encoding. |
flush | Public method used to flush all buffered data. |
isatty | Public method to indicate a TTY. |
readable | Public method to check, if the stream is readable. |
writable | Public method to check, if a stream is writable. |
write | Public method used to write data. |
writelines | Public method used to write a list of strings to the file. |
None |
Constructor
Private method returning number of characters of buffered lines.
Private method used to signal data written to the instance object.
Public method to report the used encoding.
Public method used to flush all buffered data.
Public method to indicate a TTY.
Note: This always reports 'False' because the redirector class is no TTY.
Public method to check, if the stream is readable.
Public method to check, if a stream is writable.
Public method used to write data.
Public method used to write a list of strings to the file.