diff options
Diffstat (limited to 'doc/man/man3/tqnpstream.3qt')
| -rw-r--r-- | doc/man/man3/tqnpstream.3qt | 50 | 
1 files changed, 25 insertions, 25 deletions
| diff --git a/doc/man/man3/tqnpstream.3qt b/doc/man/man3/tqnpstream.3qt index 958767d40..e185be6a8 100644 --- a/doc/man/man3/tqnpstream.3qt +++ b/doc/man/man3/tqnpstream.3qt @@ -1,5 +1,5 @@  '\" t -.TH QNPStream 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQNPStream 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-  .\" Copyright 1992-2007 Trolltech ASA.  All rights reserved.  See the  .\" license file included in the distribution for a complete license  .\" statement. @@ -7,16 +7,16 @@  .ad l  .nh  .SH NAME -QNPStream \- Stream of data provided to a QNPInstance by the browser +TQNPStream \- Stream of data provided to a TQNPInstance by the browser  .SH SYNOPSIS  This class is part of the \fBQt Netscape Extension\fR.  .PP -\fC#include <ntqnp.h>\fR +\fC#include <tqnp.h>\fR  .PP  .SS "Public Members"  .in +1c  .ti -1c -.BI "\fB~QNPStream\fR ()" +.BI "\fB~TQNPStream\fR ()"  .br  .ti -1c  .BI "const char * \fBurl\fR () const" @@ -46,50 +46,50 @@ This class is part of the \fBQt Netscape Extension\fR.  .BI "int \fBwrite\fR ( int len, void * buffer )"  .br  .ti -1c -.BI "QNPInstance * \fBinstance\fR ()" +.BI "TQNPInstance * \fBinstance\fR ()"  .br  .ti -1c -.BI "\fBQNPStream\fR ( QNPInstance * in, const char * mt, _NPStream * st, bool se )" +.BI "\fBTQNPStream\fR ( TQNPInstance * in, const char * mt, _NPStream * st, bool se )"  .br  .in -1c  .SH DESCRIPTION  This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API.  .PP -The QNPStream class provides a stream of data provided to a QNPInstance by the browser. +The TQNPStream class provides a stream of data provided to a TQNPInstance by the browser.  .PP  Note that this is neither a TQTextStream nor a TQDataStream.  .PP -See also QNPInstance::write() and QNPInstance::newStreamCreated(). +See also TQNPInstance::write() and TQNPInstance::newStreamCreated().  .SH MEMBER FUNCTION DOCUMENTATION -.SH "QNPStream::QNPStream ( QNPInstance * in, const char * mt, _NPStream * st, bool se )" -Creates a stream. Plugins should not call this; they should call QNPInstance::newStream() if they need a stream. +.SH "TQNPStream::TQNPStream ( TQNPInstance * in, const char * mt, _NPStream * st, bool se )" +Creates a stream. Plugins should not call this; they should call TQNPInstance::newStream() if they need a stream.  .PP -Takes a QNPInstance \fIin\fR, MIME type \fImt\fR, a pointer to an _NPStream \fIst\fR and a seekable flag \fIse\fR. -.SH "QNPStream::~QNPStream ()" +Takes a TQNPInstance \fIin\fR, MIME type \fImt\fR, a pointer to an _NPStream \fIst\fR and a seekable flag \fIse\fR. +.SH "TQNPStream::~TQNPStream ()"  Destroys the stream. -.SH "bool QNPStream::complete () const" +.SH "bool TQNPStream::complete () const"  Returns TRUE if the stream has received all the data from the source; otherwise returns FALSE. -.SH "uint QNPStream::end () const" +.SH "uint TQNPStream::end () const"  Returns the length of the stream in bytes. The function might return 0 for streams of unknown length. -.SH "QNPInstance * QNPStream::instance ()" -Returns the QNPInstance for which this stream was created. -.SH "uint QNPStream::lastModified () const" +.SH "TQNPInstance * TQNPStream::instance ()" +Returns the TQNPInstance for which this stream was created. +.SH "uint TQNPStream::lastModified () const"  Returns the time when the source of the stream was last modified. -.SH "bool QNPStream::okay () const" +.SH "bool TQNPStream::okay () const"  Returns TRUE if no errors have occurred on the stream; otherwise returns FALSE. -.SH "void QNPStream::requestRead ( int offset, uint length )" -Requests the section of the stream, of \fIlength\fR bytes from \fIoffset\fR, be sent to the QNPInstance::write() function of the instance() of this stream. -.SH "bool QNPStream::seekable () const" +.SH "void TQNPStream::requestRead ( int offset, uint length )" +Requests the section of the stream, of \fIlength\fR bytes from \fIoffset\fR, be sent to the TQNPInstance::write() function of the instance() of this stream. +.SH "bool TQNPStream::seekable () const"  Returns TRUE if the stream is seekable; otherwise returns FALSE. -.SH "const char * QNPStream::type () const" +.SH "const char * TQNPStream::type () const"  Returns the MIME type of the stream. -.SH "const char * QNPStream::url () const" +.SH "const char * TQNPStream::url () const"  Returns the URL from which the stream was created. -.SH "int QNPStream::write ( int len, void * buffer )" +.SH "int TQNPStream::write ( int len, void * buffer )"  Writes \fIlen\fR bytes from \fIbuffer\fR \fIto\fR the stream.  .SH "SEE ALSO" -.BR http://doc.trolltech.com/qnpstream.html +.BR http://doc.trolltech.com/tqnpstream.html  .BR http://www.trolltech.com/faq/tech.html  .SH COPYRIGHT  Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the | 
