qiodevicesource.3qt
来自「tmark1.11:用于生成QT/EMBEDDED应用工程的Markfile文件」· 3QT 代码 · 共 73 行
3QT
73 行
.TH QIODeviceSource 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*-.\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQIODeviceSource \- A QIODeviceSource is a QDataSource that draws data from a QIODevice.SH SYNOPSIS.br.PP\fC#include <qasyncio.h>\fR.PPInherits QDataSource..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQIODeviceSource\fR ( QIODevice *, int " "bufsize" "=4096 )".br.ti -1c.BI "\fB~QIODeviceSource\fR ()".br.ti -1c.BI "virtual int \fBreadyToSend\fR ()".br.ti -1c.BI "virtual void \fBsendTo\fR ( QDataSink * " "sink" ", int n )".br.ti -1c.BI "virtual bool \fBrewindable\fR () const".br.ti -1c.BI "virtual void \fBenableRewind\fR ( bool on )".br.ti -1c.BI "virtual void \fBrewind\fR ()".br.in -1c.SH DESCRIPTIONA QIODeviceSource is a QDataSource that draws data from a QIODevice.PPThis class encapsulates retrieving data from a QIODevice (such as a QFile)..SH MEMBER FUNCTION DOCUMENTATION.SH "QIODeviceSource::QIODeviceSource ( QIODevice * device, int buffer_size=4096 )"Constructs a QIODeviceSource from a pointer to an QIODevice. The QIODevice \fImust\fR be dynamically allocated, becomes owned by the QIODeviceSource, and will be deleted when the QIODeviceSource destructs. \fIbuffer_size\fR determines the size of buffering to use between asynchronous operations. The higher \fIbuffer_size,\fR the more efficient but the less interleaved the operation will be with other processing..SH "QIODeviceSource::~QIODeviceSource ()"Destroys the QIODeviceSource, deleting the QIODevice from which it was constructed..SH "void QIODeviceSource::enableRewind ( bool on ) \fC[virtual]\fR"Enables rewinding. No special action is taken..PPReimplemented from QDataSource..SH "int QIODeviceSource::readyToSend () \fC[virtual]\fR"Ready until end-of-file..PPReimplemented from QDataSource..SH "bool QIODeviceSource::rewindable () const \fC[virtual]\fR"All QIODeviceSource's are rewindable..PPReimplemented from QDataSource..SH "void QIODeviceSource::sendTo ( QDataSink * sink, int n ) \fC[virtual]\fR"Reads and sends a block of data..PPReimplemented from QDataSource..SH "SEE ALSO".BR http://www.troll.no/qt/qiodevicesource.html.SH COPYRIGHTCopyright 1992-1999 Troll Tech AS. See the license file included inthe distribution for a complete license statement..SH AUTHORGenerated automatically from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?