source: trunk/doc/html/io.html

Last change on this file was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 5.9 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/indices.doc:526 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Input/Output and Networking</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { background: #ffffff; color: black; }
12--></style>
13</head>
14<body>
15
16<table border="0" cellpadding="0" cellspacing="0" width="100%">
17<tr bgcolor="#E5E5E5">
18<td valign=center>
19 <a href="index.html">
20<font color="#004faf">Home</font></a>
21 | <a href="classes.html">
22<font color="#004faf">All&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;Classes</font></a>
25 | <a href="annotated.html">
26<font color="#004faf">Annotated</font></a>
27 | <a href="groups.html">
28<font color="#004faf">Grouped&nbsp;Classes</font></a>
29 | <a href="functions.html">
30<font color="#004faf">Functions</font></a>
31</td>
32<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Input/Output and Networking</h1>
33
34
35<p> These classes are used to handle input and output to and from external
36devices, processes, files etc. as well as manipulating files and directories.
37<p>
38<p><table width="100%">
39<tr bgcolor=#f0f0f0><td><b><a href="qbuffer.html">QBuffer</a></b><td>I/O device that operates on a QByteArray
40<tr bgcolor=#f0f0f0><td><b><a href="qclipboard.html">QClipboard</a></b><td>Access to the window system clipboard
41<tr bgcolor=#f0f0f0><td><b><a href="qdatastream.html">QDataStream</a></b><td>Serialization of binary data to a QIODevice
42<tr bgcolor=#f0f0f0><td><b><a href="qdir.html">QDir</a></b><td>Access to directory structures and their contents in a platform-independent way
43<tr bgcolor=#f0f0f0><td><b><a href="qdns.html">QDns</a></b><td>Asynchronous DNS lookups
44<tr bgcolor=#f0f0f0><td><b><a href="qfile.html">QFile</a></b><td>I/O device that operates on files
45<tr bgcolor=#f0f0f0><td><b><a href="qfileinfo.html">QFileInfo</a></b><td>System-independent file information
46<tr bgcolor=#f0f0f0><td><b><a href="qftp.html">QFtp</a></b><td>Implementation of the FTP protocol
47<tr bgcolor=#f0f0f0><td><b><a href="qhostaddress.html">QHostAddress</a></b><td>IP address
48<tr bgcolor=#f0f0f0><td><b><a href="qhttp.html">QHttp</a></b><td>Implementation of the HTTP protocol
49<tr bgcolor=#f0f0f0><td><b><a href="qhttpheader.html">QHttpHeader</a></b><td>Header information for HTTP
50<tr bgcolor=#f0f0f0><td><b><a href="qhttprequestheader.html">QHttpRequestHeader</a></b><td>Request header information for HTTP
51<tr bgcolor=#f0f0f0><td><b><a href="qhttpresponseheader.html">QHttpResponseHeader</a></b><td>Response header information for HTTP
52<tr bgcolor=#f0f0f0><td><b><a href="qimageio.html">QImageIO</a></b><td>Parameters for loading and saving images
53<tr bgcolor=#f0f0f0><td><b><a href="qiodevice.html">QIODevice</a></b><td>The base class of I/O devices
54<tr bgcolor=#f0f0f0><td><b><a href="qlocalfs.html">QLocalFs</a></b><td>Implementation of a QNetworkProtocol that works on the local file system
55<tr bgcolor=#f0f0f0><td><b><a href="qmacmime.html">QMacMime</a></b><td>Maps open-standard MIME to Mac flavors
56<tr bgcolor=#f0f0f0><td><b><a href="qmimesource.html">QMimeSource</a></b><td>Abstraction of objects which provide formatted data of a certain MIME type
57<tr bgcolor=#f0f0f0><td><b><a href="qmimesourcefactory.html">QMimeSourceFactory</a></b><td>Extensible provider of mime-typed data
58<tr bgcolor=#f0f0f0><td><b><a href="qnetworkoperation.html">QNetworkOperation</a></b><td>Common operations for network protocols
59<tr bgcolor=#f0f0f0><td><b><a href="qnetworkprotocol.html">QNetworkProtocol</a></b><td>Common API for network protocols
60<tr bgcolor=#f0f0f0><td><b><a href="qprocess.html">QProcess</a></b><td>Used to start external programs and to communicate with them
61<tr bgcolor=#f0f0f0><td><b><a href="qserversocket.html">QServerSocket</a></b><td>TCP-based server
62<tr bgcolor=#f0f0f0><td><b><a href="qsettings.html">QSettings</a></b><td>Persistent platform-independent application settings
63<tr bgcolor=#f0f0f0><td><b><a href="qsignal.html">QSignal</a></b><td>Can be used to send signals for classes that don't inherit QObject
64<tr bgcolor=#f0f0f0><td><b><a href="qsignalmapper.html">QSignalMapper</a></b><td>Bundles signals from identifiable senders
65<tr bgcolor=#f0f0f0><td><b><a href="qsocket.html">QSocket</a></b><td>Buffered TCP connection
66<tr bgcolor=#f0f0f0><td><b><a href="qsocketdevice.html">QSocketDevice</a></b><td>Platform-independent low-level socket API
67<tr bgcolor=#f0f0f0><td><b><a href="qsocketnotifier.html">QSocketNotifier</a></b><td>Support for socket callbacks
68<tr bgcolor=#f0f0f0><td><b><a href="qtextistream.html">QTextIStream</a></b><td>Convenience class for input streams
69<tr bgcolor=#f0f0f0><td><b><a href="qtextostream.html">QTextOStream</a></b><td>Convenience class for output streams
70<tr bgcolor=#f0f0f0><td><b><a href="qtextstream.html">QTextStream</a></b><td>Basic functions for reading and writing text using a QIODevice
71<tr bgcolor=#f0f0f0><td><b><a href="qurl.html">QUrl</a></b><td>URL parser and simplifies working with URLs
72<tr bgcolor=#f0f0f0><td><b><a href="qurlinfo.html">QUrlInfo</a></b><td>Stores information about URLs
73<tr bgcolor=#f0f0f0><td><b><a href="qurloperator.html">QUrlOperator</a></b><td>Common operations on URLs
74<tr bgcolor=#f0f0f0><td><b><a href="qwindowsmime.html">QWindowsMime</a></b><td>Maps open-standard MIME to Window Clipboard formats
75</table>
76<!-- eof -->
77<p><address><hr><div align=center>
78<table width=100% cellspacing=0 border=0><tr>
79<td>Copyright &copy; 2007
80<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
81<td align=right><div align=right>Qt 3.3.8</div>
82</table></div></address></body>
83</html>
Note: See TracBrowser for help on using the repository browser.