QLocalFs - Implementation of a

       #include <qlocalfs.h>

       Inherits QNetworkProtocol.

   Public Members
       QLocalFs ()


DESCRIPTION

       Implementation of a QNetworkProtocol which works on the
       local filesystem.

       This class is a subclass of QNetworkProtocol and works on
       the local filesystem. If you want to write a network
       transparent application using QNetworkProtocol,
       QUrlOperator, etc. this class is used for accessing the
       local filesystem by QUrlOperator.

       See also QUrlOperator and QNetworkProtocol.


MEMBER FUNCTION DOCUMENTATION


QLocalFs::QLocalFs ()

       Constructor.


void QLocalFs::operationGet ( QNetworkOperation * op ) [virtual

       protected]
       Reimplemented for internal reasons; the API is not
       affected.


void QLocalFs::operationListChildren ( QNetworkOperation * op )

       [virtual protected]
       Reimplemented for internal reasons; the API is not
       affected.


void QLocalFs::operationMkDir ( QNetworkOperation * op ) [virtual

       protected]
       Reimplemented for internal reasons; the API is not
       affected.


void QLocalFs::operationPut ( QNetworkOperation * op ) [virtual

       protected]
       Reimplemented for internal reasons; the API is not
       affected.


void QLocalFs::operationRemove ( QNetworkOperation * op )

       [virtual protected]
       Reimplemented for internal reasons; the API is not
       affected.


void QLocalFs::operationRename ( QNetworkOperation * op )

       [virtual protected]

       affected.


int QLocalFs::supportedOperations () const [virtual]

       Reimplemented for internal reasons; the API is not
       affected.


SEE ALSO

       http://doc.trolltech.com/qlocalfs.html
       http://www.trolltech.com/faq/tech.html


COPYRIGHT

       Copyright 1992-2001 Trolltech AS,
       http://www.trolltech.com.  See the license file included
       in the distribution for a complete license statement.


AUTHOR

       Generated automatically from the source code.


BUGS

       If you find a bug in Qt, please report it as described in
       http://doc.trolltech.com/bughowto.html.  Good bug reports
       make our job much simpler. Thank you.

       In case of content or formattting problems with this
       manual page, please report them to qt-bugs@trolltech.com.
       Please include the name of the manual page (qlocalfs.3qt)
       and the Qt version (2.3.1).


Man(1) output converted with man2html