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  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

Q3LocalFs Class Reference

The Q3LocalFs class is an implementation of a QNetworkProtocol that works on the local file system. More...

 #include <Q3LocalFs>

This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information.

Inherits: Q3NetworkProtocol.

Public Functions

Q3LocalFs ()

Reimplemented Public Functions

virtual int supportedOperations () const

Reimplemented Protected Functions

virtual void operationGet ( Q3NetworkOperation * op )
virtual void operationListChildren ( Q3NetworkOperation * op )
virtual void operationMkDir ( Q3NetworkOperation * op )
virtual void operationPut ( Q3NetworkOperation * op )
virtual void operationRemove ( Q3NetworkOperation * op )
virtual void operationRename ( Q3NetworkOperation * op )

Additional Inherited Members

Detailed Description

The Q3LocalFs class is an implementation of a QNetworkProtocol that works on the local file system.

This class is derived from QNetworkProtocol. Q3LocalFs is not normally used directly, but rather through a QUrlOperator, for example:

 Q3UrlOperator op( "file:///tmp" );
 op.listChildren(); // Asks the server to provide a directory listing

This code will only work if the Q3LocalFs class is registered; to register the class, you must call qInitNetworkProtocols() before using a QUrlOperator with Q3LocalFs.

If you really need to use Q3LocalFs directly, don't forget to set its QUrlOperator with setUrl().

See also Q3NetworkProtocol and Q3UrlOperator.

Member Function Documentation

Q3LocalFs::Q3LocalFs ()

Constructor.

void Q3LocalFs::operationGet ( Q3NetworkOperation * op ) [virtual protected]

Reimplemented from Q3NetworkProtocol::operationGet().

void Q3LocalFs::operationListChildren ( Q3NetworkOperation * op ) [virtual protected]

Reimplemented from Q3NetworkProtocol::operationListChildren().

void Q3LocalFs::operationMkDir ( Q3NetworkOperation * op ) [virtual protected]

Reimplemented from Q3NetworkProtocol::operationMkDir().

void Q3LocalFs::operationPut ( Q3NetworkOperation * op ) [virtual protected]

Reimplemented from Q3NetworkProtocol::operationPut().

void Q3LocalFs::operationRemove ( Q3NetworkOperation * op ) [virtual protected]

Reimplemented from Q3NetworkProtocol::operationRemove().

void Q3LocalFs::operationRename ( Q3NetworkOperation * op ) [virtual protected]

Reimplemented from Q3NetworkProtocol::operationRename().

int Q3LocalFs::supportedOperations () const [virtual]

Reimplemented from Q3NetworkProtocol::supportedOperations().

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