From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qlocalfs.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 doc/html/qlocalfs.html (limited to 'doc/html/qlocalfs.html') diff --git a/doc/html/qlocalfs.html b/doc/html/qlocalfs.html new file mode 100644 index 0000000..7521992 --- /dev/null +++ b/doc/html/qlocalfs.html @@ -0,0 +1,82 @@ + + + + + +QLocalFs Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QLocalFs Class Reference
[network module]

+ +

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

#include <qlocalfs.h> +

Inherits QNetworkProtocol. +

List of all member functions. +

Public Members

+ +

Detailed Description

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

+

+

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

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

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

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

See also Qt Network Documentation, QNetworkProtocol, QUrlOperator, and Input/Output and Networking. + +


Member Function Documentation

+

QLocalFs::QLocalFs () +

+Constructor. + + +

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


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1