qdatapump.3qt

来自「tmark1.11:用于生成QT/EMBEDDED应用工程的Markfile文件」· 3QT 代码 · 共 40 行

3QT
40
字号
.TH QDataPump 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 NAMEQDataPump \- Moves data from a QDataSource to a QDataSink during event processing.SH SYNOPSIS.br.PP\fC#include <qasyncio.h>\fR.PPInherits QObject..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQDataPump\fR ( QDataSource *, QDataSink * )".br.in -1c.SH DESCRIPTIONMoves data from a QDataSource to a QDataSink during event processing..PPFor a QDataSource to provide data to a QDataSink, a controller must exist to examine the QDataSource::readyToSend() and QDataSink::readyToReceive() methods and respond to the QASyncIO::activate() signal of the source and sink. One very useful way to do this is interleaved with other event processing. QDataPump provides this - create a pipe between a source and a sink, and data will be moved during subsequent event processing..PPNote that each source can only provide data to one sink and each sink can only receive data from one source (although it is quite possible to write a multiplexing sink that is multiple sources)..SH MEMBER FUNCTION DOCUMENTATION.SH "QDataPump::QDataPump ( QDataSource * data_source, QDataSink * data_sink )"Creates a QDataPump to move data from a given \fIdata_source\fRto a given \fIdata_sink.\fR.SH "SEE ALSO".BR http://www.troll.no/qt/qdatapump.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 + -
显示快捷键?