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  ·  Classes  ·  Annotées  ·  Hiérarchie  ·  Fonctions  ·  Structure  · 

QNetworkOperation Class Reference


This class is used to define operations for network protocols and return the state, arguments, etc. More...

#include <qnetworkprotocol.h>

Inherits QObject.

List of all member functions.

Public Members

  • QNetworkOperation ( QNetworkProtocol::Operation operation, const QString & arg0, const QString & arg1, const QString & arg2 ) 
  • QNetworkOperation ( QNetworkProtocol::Operation operation, const QByteArray & arg0, const QByteArray & arg1, const QByteArray & arg2 ) 
  • void setState ( QNetworkProtocol::State state ) 
  • void setProtocolDetail ( const QString & detail ) 
  • void setErrorCode ( int ec ) 
  • void setArg ( int num, const QString & arg ) 
  • void setRawArg ( int num, const QByteArray & arg ) 
  • QNetworkProtocol::Operation operation () const
  • QNetworkProtocol::State state () const
  • QString arg ( int num ) const
  • QByteArray rawArg ( int num ) const
  • QString protocolDetail () const
  • int errorCode () const
  • void free () 

Detailed Description

This class is used to define operations for network protocols and return the state, arguments, etc.

For each operation, which a network protocol should process such an object is created to describe the operation and the current state.

For a detailed description about the Qt Network Architecture, and also how to implement and use network protocols in Qt, look at the Qt Network Documentation.

See also QNetworkProtocol.


Member Function Documentation

QNetworkOperation::QNetworkOperation ( QNetworkProtocol::Operation operation, const QByteArray & arg0, const QByteArray & arg1, const QByteArray & arg2 )

Constructs a network operation object. operation is the type of the operation, arg0, arg1 and arg2 are the first three raw data arguments of the operation. The state is initialized to QNetworkProtocol::StWaiting.

QNetworkOperation::QNetworkOperation ( QNetworkProtocol::Operation operation, const QString & arg0, const QString & arg1, const QString & arg2 )

Constructs a network operation object. operation is the type of the operation, arg0, arg1 and arg2 are the first three arguments of the operation. The state is initialized to QNetworkProtocol::StWaiting.

QNetworkOperation::~QNetworkOperation ()

Destructor.

QString QNetworkOperation::arg ( int num ) const

Returns the argument num of the operation. If this argument was not set already, an empty string is returned.

int QNetworkOperation::errorCode () const

If an operation failed, you get the error code using this methode.

void QNetworkOperation::free ()

If this method is called the QNetworkOperation deletes itself after it has been 1 second unused, which means for 1 second no method of the QNetworkOperation has been accessed.

Because QNetworkOperation pointers are passed around a lot the QNetworkProtocol can't delete these at the correct time. So, if a QNetworkProtocol doesn't need an operation anymore and calls this method, so that it gets deleted correctly.

You should never need to call the method yourself!.

QNetworkProtocol::Operation QNetworkOperation::operation() const

Returns the type of the operation.

QString QNetworkOperation::protocolDetail () const

If the operation failed, using this method you may get a more detailed error message.

QByteArray QNetworkOperation::rawArg ( int num ) const

Returns the raw data argument num of the operation. If this argument was not set already, an empty bytearray is returned.

void QNetworkOperation::setArg ( int num, const QString & arg )

Sets the argument num of the network operation to arg.

void QNetworkOperation::setErrorCode ( int ec )

If the operation failed, the protocol should set an error code to describe the error more detailed. Preferable one of the error codes defined in QNetworkProtocol should be used.

void QNetworkOperation::setProtocolDetail ( const QString & detail )

If the operation failed a detailed error message can be set.

void QNetworkOperation::setRawArg ( int num, const QByteArray & arg )

Sets the raw data argument num of the network operation to arg.

void QNetworkOperation::setState ( QNetworkProtocol::State state )

Sets the state of the operation object. This should be done by the network protocol during processing it, and at the end it should be set to QNetworkProtocol::StDone or QNetworkProtocol::StFailed depending on success or failure.

QNetworkProtocol::State QNetworkOperation::state() const

Returns the state of the operation. Using that you can find out if an operation is still waiting to get processed, if it is in process or if has been done successfully or if it failed.


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


This file is part of the Qt toolkit, copyright © 1995-2005 Trolltech, all rights reserved.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 42
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. 2017 : un quinquennat pour une nouvelle version du C++ ? Possible, selon Herb Sutter 6
Page suivante

Le Qt Quarterly au hasard

Logo

Des apparences personnalisées utilisant les feuilles de style

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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 2.3
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