source: trunk/doc/html/tools.html

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

reference documentation added

File size: 7.0 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:511 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Non-GUI Classes</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>Non-GUI Classes</h1>
33
34
35<p> The non-GUI classes are general-purpose collection and string classes
36that may be used independently of the GUI classes.
37<p> In particular, these classes do not depend on <a href="qapplication.html">QApplication</a> at all,
38and so can be used in non-GUI programs.
39<p> See also the <a href="collection.html">introduction to the Qt collection
40classes.</a>
41<p>
42<p><table width="100%">
43<tr bgcolor=#f0f0f0><td><b><a href="qasciicache.html">QAsciiCache</a></b><td>Template class that provides a cache based on char* keys
44<tr bgcolor=#f0f0f0><td><b><a href="qasciicacheiterator.html">QAsciiCacheIterator</a></b><td>Iterator for QAsciiCache collections
45<tr bgcolor=#f0f0f0><td><b><a href="qasciidict.html">QAsciiDict</a></b><td>Template class that provides a dictionary based on char* keys
46<tr bgcolor=#f0f0f0><td><b><a href="qasciidictiterator.html">QAsciiDictIterator</a></b><td>Iterator for QAsciiDict collections
47<tr bgcolor=#f0f0f0><td><b><a href="qbitarray.html">QBitArray</a></b><td>Array of bits
48<tr bgcolor=#f0f0f0><td><b><a href="qbytearray.html">QByteArray</a></b><td>Array of bytes
49<tr bgcolor=#f0f0f0><td><b><a href="qcache.html">QCache</a></b><td>Template class that provides a cache based on QString keys
50<tr bgcolor=#f0f0f0><td><b><a href="qcacheiterator.html">QCacheIterator</a></b><td>Iterator for QCache collections
51<tr bgcolor=#f0f0f0><td><b><a href="qcstring.html">QCString</a></b><td>Abstraction of the classic C zero-terminated char array (char *)
52<tr bgcolor=#f0f0f0><td><b><a href="qdeepcopy.html">QDeepCopy</a></b><td>Template class which ensures that implicitly shared and explicitly shared classes reference unique data
53<tr bgcolor=#f0f0f0><td><b><a href="qdict.html">QDict</a></b><td>Template class that provides a dictionary based on QString keys
54<tr bgcolor=#f0f0f0><td><b><a href="qdictiterator.html">QDictIterator</a></b><td>Iterator for QDict collections
55<tr bgcolor=#f0f0f0><td><b><a href="qintcache.html">QIntCache</a></b><td>Template class that provides a cache based on long keys
56<tr bgcolor=#f0f0f0><td><b><a href="qintcacheiterator.html">QIntCacheIterator</a></b><td>Iterator for QIntCache collections
57<tr bgcolor=#f0f0f0><td><b><a href="qintdict.html">QIntDict</a></b><td>Template class that provides a dictionary based on long keys
58<tr bgcolor=#f0f0f0><td><b><a href="qintdictiterator.html">QIntDictIterator</a></b><td>Iterator for QIntDict collections
59<tr bgcolor=#f0f0f0><td><b><a href="qmap.html">QMap</a></b><td>Value-based template class that provides a dictionary
60<tr bgcolor=#f0f0f0><td><b><a href="qmapconstiterator.html">QMapConstIterator</a></b><td>Iterator for QMap
61<tr bgcolor=#f0f0f0><td><b><a href="qmapiterator.html">QMapIterator</a></b><td>Iterator for QMap
62<tr bgcolor=#f0f0f0><td><b><a href="qmemarray.html">QMemArray</a></b><td>Template class that provides arrays of simple types
63<tr bgcolor=#f0f0f0><td><b><a href="qobjectlist.html">QObjectList</a></b><td>QPtrList of QObjects
64<tr bgcolor=#f0f0f0><td><b><a href="qobjectlistiterator.html">QObjectListIterator</a></b><td>Iterator for QObjectLists
65<tr bgcolor=#f0f0f0><td><b><a href="qpair.html">QPair</a></b><td>Value-based template class that provides a pair of elements
66<tr bgcolor=#f0f0f0><td><b><a href="qptrcollection.html">QPtrCollection</a></b><td>The base class of most pointer-based Qt collections
67<tr bgcolor=#f0f0f0><td><b><a href="qptrdict.html">QPtrDict</a></b><td>Template class that provides a dictionary based on void* keys
68<tr bgcolor=#f0f0f0><td><b><a href="qptrdictiterator.html">QPtrDictIterator</a></b><td>Iterator for QPtrDict collections
69<tr bgcolor=#f0f0f0><td><b><a href="qptrlist.html">QPtrList</a></b><td>Template class that provides a list
70<tr bgcolor=#f0f0f0><td><b><a href="qptrlistiterator.html">QPtrListIterator</a></b><td>Iterator for QPtrList collections
71<tr bgcolor=#f0f0f0><td><b><a href="qptrqueue.html">QPtrQueue</a></b><td>Template class that provides a queue
72<tr bgcolor=#f0f0f0><td><b><a href="qptrstack.html">QPtrStack</a></b><td>Template class that provides a stack
73<tr bgcolor=#f0f0f0><td><b><a href="qptrvector.html">QPtrVector</a></b><td>Template collection class that provides a vector (array)
74<tr bgcolor=#f0f0f0><td><b><a href="qregexp.html">QRegExp</a></b><td>Pattern matching using regular expressions
75<tr bgcolor=#f0f0f0><td><b><a href="qstrilist.html">QStrIList</a></b><td>Doubly-linked list of char* with case-insensitive comparison
76<tr bgcolor=#f0f0f0><td><b><a href="qstring.html">QString</a></b><td>Abstraction of Unicode text and the classic C '&#92;0'-terminated char array
77<tr bgcolor=#f0f0f0><td><b><a href="qstringlist.html">QStringList</a></b><td>List of strings
78<tr bgcolor=#f0f0f0><td><b><a href="qstrlist.html">QStrList</a></b><td>Doubly-linked list of char*
79<tr bgcolor=#f0f0f0><td><b><a href="qstrlistiterator.html">QStrListIterator</a></b><td>Iterator for the QStrList and QStrIList classes
80<tr bgcolor=#f0f0f0><td><b><a href="qvaluelist.html">QValueList</a></b><td>Value-based template class that provides lists
81<tr bgcolor=#f0f0f0><td><b><a href="qvaluelistconstiterator.html">QValueListConstIterator</a></b><td>Const iterator for QValueList
82<tr bgcolor=#f0f0f0><td><b><a href="qvaluelistiterator.html">QValueListIterator</a></b><td>Iterator for QValueList
83<tr bgcolor=#f0f0f0><td><b><a href="qvaluestack.html">QValueStack</a></b><td>Value-based template class that provides a stack
84<tr bgcolor=#f0f0f0><td><b><a href="qvaluevector.html">QValueVector</a></b><td>Value-based template class that provides a dynamic array
85</table>
86<!-- eof -->
87<p><address><hr><div align=center>
88<table width=100% cellspacing=0 border=0><tr>
89<td>Copyright &copy; 2007
90<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
91<td align=right><div align=right>Qt 3.3.8</div>
92</table></div></address></body>
93</html>
Note: See TracBrowser for help on using the repository browser.