QxtStdio Class Reference
[QxtCore module]
The QxtStdio class provides QIODevice and QxtPipe support for stdin and stdout More...
#include <QxtStdio>
Inherits QxtPipe.
Public Functions
- 3 public functions inherited from QxtPipe
- 33 public functions inherited from QIODevice
- 29 public functions inherited from QObject
Protected Functions
- virtual void receiveData ( QByteArray data, const QxtPipe * sender )
- 3 protected functions inherited from QxtPipe
- 5 protected functions inherited from QIODevice
- 7 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 4 signals inherited from QIODevice
- 1 signal inherited from QObject
- 1 public type inherited from QObject
- 4 static public members inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
The QxtStdio class provides QIODevice and QxtPipe support for stdin and stdout
including readyRead() signal. perfect as a counter part for QProcess or debug output into a QxtPipe chain
Note: when using this class, the buffers for stdin/stdout will be disabled, and NOT reenabled on destruction
See also QIODevice and QxtPipe.
Member Function Documentation
QxtStdio::QxtStdio ( QObject * parent = 0 )
Constructs a new QxtStdio with parent.
void QxtStdio::receiveData ( QByteArray data, const QxtPipe * sender ) [virtual protected]
Receive data.
Reimplemented from QxtPipe.
void QxtStdio::waitForEOF ()
Blocks until EOF is received.