From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/ntqlocalfs.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 doc/html/ntqlocalfs.html (limited to 'doc/html/ntqlocalfs.html') diff --git a/doc/html/ntqlocalfs.html b/doc/html/ntqlocalfs.html new file mode 100644 index 000000000..007d0ea1c --- /dev/null +++ b/doc/html/ntqlocalfs.html @@ -0,0 +1,82 @@ + + + + + +TQLocalFs Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQLocalFs Class Reference
[network module]

+ +

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

#include <ntqlocalfs.h> +

Inherits TQNetworkProtocol. +

List of all member functions. +

Public Members

+ +

Detailed Description

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

+

+

This class is derived from TQNetworkProtocol. TQLocalFs is not +normally used directly, but rather through a TQUrlOperator, for +example: +

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

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

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

See also TQt Network Documentation, TQNetworkProtocol, TQUrlOperator, and Input/Output and Networking. + +


Member Function Documentation

+

TQLocalFs::TQLocalFs () +

+Constructor. + + +

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


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