Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Fonctions  · 

QNPStream Class Reference

The QNPStream class provides a stream of data provided to a QNPInstance by the browser.

This class is part of the Qt NSPlugin Extension. More...

#include <qnp.h>

List of all member functions.

Public Members


Detailed Description

This class is defined in the Qt NSPlugin Extension, which can be found in the qt/extensions directory. It is not included in the main Qt API.

The QNPStream class provides a stream of data provided to a QNPInstance by the browser.

Note that this is neither a QTextStream nor a QDataStream.

See also QNPInstance::write() and QNPInstance::newStreamCreated().


Member Function Documentation

QNPStream::QNPStream ( QNPInstance * in, const char * mt, _NPStream * st, bool se )

Creates a stream. Plugins should not call this, but rather QNPInstance::newStream() if a stream is required.

Takes a QNPInstance in, mime type mt, a pointer to an _NPStream st and a seekable flag se.

QNPStream::~QNPStream ()

Destroys the stream.

bool QNPStream::complete () const

Returns TRUE if the stream has received all the data from the source; otherwise returns FALSE.

uint QNPStream::end () const

Returns the length of the stream in bytes. Can be 0 for streams of unknown length.

QNPInstance * QNPStream::instance ()

Returns the QNPInstance for which this stream was created.

uint QNPStream::lastModified () const

Returns the time when the source of the stream was last modified.

bool QNPStream::okay () const

Returns TRUE if no errors have occurred on the stream; otherwise returns FALSE.

void QNPStream::requestRead ( int offset, uint length )

Requests the section of the stream, of length bytes from offset, be sent to the QNPInstance::write() function of the instance() of this stream.

bool QNPStream::seekable () const

Returns TRUE if the stream is seekable; otherwise returns FALSE.

const char * QNPStream::type () const

Returns the MIME type of the stream.

const char * QNPStream::url () const

Returns the URL from which the stream was created.

int QNPStream::write ( int len, void * buffer )

Writes len bytes from buffer to the stream.

This file is part of the Qt toolkit. Copyright © 1995-2002 Trolltech. All Rights Reserved.

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 3.0
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web