summaryrefslogtreecommitdiffstats
path: root/doc/html/tools.html
blob: 5d947799c324f731a7610e40aa098d4242b7f0c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/indices.doc:511 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Non-GUI Classes</title>
<style type="text/css"><!--
fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#E5E5E5">
<td valign=center>
 <a href="index.html">
<font color="#004faf">Home</font></a>
 | <a href="classes.html">
<font color="#004faf">All&nbsp;Classes</font></a>
 | <a href="mainclasses.html">
<font color="#004faf">Main&nbsp;Classes</font></a>
 | <a href="annotated.html">
<font color="#004faf">Annotated</font></a>
 | <a href="groups.html">
<font color="#004faf">Grouped&nbsp;Classes</font></a>
 | <a href="functions.html">
<font color="#004faf">Functions</font></a>
</td>
<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>

 
<p> The non-GUI classes are general-purpose collection and string classes
that may be used independently of the GUI classes.
<p> In particular, these classes do not depend on <a href="qapplication.html">QApplication</a> at all,
and so can be used in non-GUI programs.
<p> See also the <a href="collection.html">introduction to the Qt collection
classes.</a> 
<p> 
<p><table width="100%">
<tr bgcolor=#f0f0f0><td><b><a href="qasciicache.html">QAsciiCache</a></b><td>Template class that provides a cache based on char* keys
<tr bgcolor=#f0f0f0><td><b><a href="qasciicacheiterator.html">QAsciiCacheIterator</a></b><td>Iterator for QAsciiCache collections
<tr bgcolor=#f0f0f0><td><b><a href="qasciidict.html">QAsciiDict</a></b><td>Template class that provides a dictionary based on char* keys
<tr bgcolor=#f0f0f0><td><b><a href="qasciidictiterator.html">QAsciiDictIterator</a></b><td>Iterator for QAsciiDict collections
<tr bgcolor=#f0f0f0><td><b><a href="qbitarray.html">QBitArray</a></b><td>Array of bits
<tr bgcolor=#f0f0f0><td><b><a href="qbytearray.html">QByteArray</a></b><td>Array of bytes
<tr bgcolor=#f0f0f0><td><b><a href="qcache.html">QCache</a></b><td>Template class that provides a cache based on QString keys
<tr bgcolor=#f0f0f0><td><b><a href="qcacheiterator.html">QCacheIterator</a></b><td>Iterator for QCache collections
<tr bgcolor=#f0f0f0><td><b><a href="qcstring.html">QCString</a></b><td>Abstraction of the classic C zero-terminated char array (char *)
<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
<tr bgcolor=#f0f0f0><td><b><a href="qdict.html">QDict</a></b><td>Template class that provides a dictionary based on QString keys
<tr bgcolor=#f0f0f0><td><b><a href="qdictiterator.html">QDictIterator</a></b><td>Iterator for QDict collections
<tr bgcolor=#f0f0f0><td><b><a href="qintcache.html">QIntCache</a></b><td>Template class that provides a cache based on long keys
<tr bgcolor=#f0f0f0><td><b><a href="qintcacheiterator.html">QIntCacheIterator</a></b><td>Iterator for QIntCache collections
<tr bgcolor=#f0f0f0><td><b><a href="qintdict.html">QIntDict</a></b><td>Template class that provides a dictionary based on long keys
<tr bgcolor=#f0f0f0><td><b><a href="qintdictiterator.html">QIntDictIterator</a></b><td>Iterator for QIntDict collections
<tr bgcolor=#f0f0f0><td><b><a href="qmap.html">QMap</a></b><td>Value-based template class that provides a dictionary
<tr bgcolor=#f0f0f0><td><b><a href="qmapconstiterator.html">QMapConstIterator</a></b><td>Iterator for QMap
<tr bgcolor=#f0f0f0><td><b><a href="qmapiterator.html">QMapIterator</a></b><td>Iterator for QMap
<tr bgcolor=#f0f0f0><td><b><a href="qmemarray.html">QMemArray</a></b><td>Template class that provides arrays of simple types
<tr bgcolor=#f0f0f0><td><b><a href="qobjectlist.html">QObjectList</a></b><td>QPtrList of QObjects
<tr bgcolor=#f0f0f0><td><b><a href="qobjectlistiterator.html">QObjectListIterator</a></b><td>Iterator for QObjectLists
<tr bgcolor=#f0f0f0><td><b><a href="qpair.html">QPair</a></b><td>Value-based template class that provides a pair of elements
<tr bgcolor=#f0f0f0><td><b><a href="qptrcollection.html">QPtrCollection</a></b><td>The base class of most pointer-based Qt collections
<tr bgcolor=#f0f0f0><td><b><a href="qptrdict.html">QPtrDict</a></b><td>Template class that provides a dictionary based on void* keys
<tr bgcolor=#f0f0f0><td><b><a href="qptrdictiterator.html">QPtrDictIterator</a></b><td>Iterator for QPtrDict collections
<tr bgcolor=#f0f0f0><td><b><a href="qptrlist.html">QPtrList</a></b><td>Template class that provides a list
<tr bgcolor=#f0f0f0><td><b><a href="qptrlistiterator.html">QPtrListIterator</a></b><td>Iterator for QPtrList collections
<tr bgcolor=#f0f0f0><td><b><a href="qptrqueue.html">QPtrQueue</a></b><td>Template class that provides a queue
<tr bgcolor=#f0f0f0><td><b><a href="qptrstack.html">QPtrStack</a></b><td>Template class that provides a stack
<tr bgcolor=#f0f0f0><td><b><a href="qptrvector.html">QPtrVector</a></b><td>Template collection class that provides a vector (array)
<tr bgcolor=#f0f0f0><td><b><a href="qregexp.html">QRegExp</a></b><td>Pattern matching using regular expressions
<tr bgcolor=#f0f0f0><td><b><a href="qstrilist.html">QStrIList</a></b><td>Doubly-linked list of char* with case-insensitive comparison
<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
<tr bgcolor=#f0f0f0><td><b><a href="qstringlist.html">QStringList</a></b><td>List of strings
<tr bgcolor=#f0f0f0><td><b><a href="qstrlist.html">QStrList</a></b><td>Doubly-linked list of char*
<tr bgcolor=#f0f0f0><td><b><a href="qstrlistiterator.html">QStrListIterator</a></b><td>Iterator for the QStrList and QStrIList classes
<tr bgcolor=#f0f0f0><td><b><a href="qvaluelist.html">QValueList</a></b><td>Value-based template class that provides lists
<tr bgcolor=#f0f0f0><td><b><a href="qvaluelistconstiterator.html">QValueListConstIterator</a></b><td>Const iterator for QValueList
<tr bgcolor=#f0f0f0><td><b><a href="qvaluelistiterator.html">QValueListIterator</a></b><td>Iterator for QValueList
<tr bgcolor=#f0f0f0><td><b><a href="qvaluestack.html">QValueStack</a></b><td>Value-based template class that provides a stack
<tr bgcolor=#f0f0f0><td><b><a href="qvaluevector.html">QValueVector</a></b><td>Value-based template class that provides a dynamic array
</table>
<!-- eof -->
<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright &copy; 2007
<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
<td align=right><div align=right>Qt 3.3.8</div>
</table></div></address></body>
</html>