Home · Modules · Classes · Namespaces · Functions

QxtStdStreambufDevice Class Reference
[QxtCore module]

The QxtStdStreambufDevice class provides QIODevice support for std::streambuf More...

    #include <QxtStdStreambufDevice>

Inherits QIODevice.

Public Functions

Additional Inherited Members


Detailed Description

The QxtStdStreambufDevice class provides QIODevice support for std::streambuf

Warning: does NOT emit the readyRead() signal

See also QIODevice.


Member Function Documentation

QxtStdStreambufDevice::QxtStdStreambufDevice ( std::streambuf * b, QObject * parent = 0 )

creates a QxtStdStreambufDevice using a single stream buffer as in and output

QxtStdStreambufDevice::QxtStdStreambufDevice ( std::streambuf * r, std::streambuf * w, QObject * parent = 0 )

creates a QxtStdStreambufDevice using r to read and w to write


Copyright © 2007-2010 Qxt Foundation
Qxt 0.6.1