Home · Modules · Classes · Namespaces · Functions

QxtStdio Class Reference
[QxtCore module]

The QxtStdio class provides QIODevice and QxtPipe support for stdin and stdout More...

    #include <QxtStdio>

Inherits QxtPipe.

Public Functions

Protected Functions

Additional Inherited Members


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.


Copyright © 2007-2010 Qxt Foundation
Qxt 0.6.1