QxtStdStreambufDevice Class Reference
[QxtCore module]
The QxtStdStreambufDevice class provides QIODevice support for std::streambuf More...
#include <QxtStdStreambufDevice>
Inherits QIODevice.
Public Functions
- 33 public functions inherited from QIODevice
- 29 public 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
- 5 protected functions inherited from QIODevice
- 7 protected functions inherited from QObject
- 2 protected variables inherited from QObject
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