File: tools.html

package info (click to toggle)
qt-embedded 2.3.2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 68,608 kB
  • ctags: 45,998
  • sloc: cpp: 276,654; ansic: 71,987; makefile: 29,074; sh: 12,305; yacc: 2,465; python: 1,863; perl: 481; lex: 480; xml: 68; lisp: 15
file content (113 lines) | stat: -rw-r--r-- 5,891 bytes parent folder | download
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Qt Toolkit - group index</title><style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }body { background: white; color: black; }
--></style>
</head><body bgcolor="#ffffff">
<p>
<table width="100%">
<tr><td><a href="index.html">
<img width="100" height="100" src="qtlogo.png"
alt="Home" border="0"><img width="100"
height="100" src="face.png" alt="Home" border="0">
</a><td valign=top><div align=right><img src="dochead.png" width="472" height="27"><br>
<a href="classes.html"><b>Classes</b></a>
-<a href="annotated.html">Annotated</a>
- <a href="hierarchy.html">Tree</a>
-<a href="functions.html">Functions</a>
-<a href="index.html">Home</a>
-<a href="topicals.html"><b>Structure</b></a>
</div>
</table>
<p>
<h1 align="center">The Tool Classes</h1><br clear="all">
<p>
The tool classes are general-purpose collection classes that may be used
independently of the GUI classes.
<p>In particular, these classes do not depend on QApplication at all,
and so can be used in non-GUI programs.
<p>See also the <a href="collection.html">introduction to Qt collection
classes</a>.
<p>Classes:<ul plain>
<li><a href="qarray.html">QArray</a>
    (Template class that provides arrays of simple types)
<li><a href="qasciicache.html">QAsciiCache</a>
    (Template class that provides a cache based on <code>char*</code> keys)
<li><a href="qasciicacheiterator.html">QAsciiCacheIterator</a>
    (Iterator for <a href="qasciicache.html">QAsciiCache</a> collections)
<li><a href="qasciidict.html">QAsciiDict</a>
    (Template class that provides a dictionary based on <code>char*</code> keys)
<li><a href="qasciidictiterator.html">QAsciiDictIterator</a>
    (Iterator for <a href="qasciidict.html">QAsciiDict</a> collections)
<li><a href="qbitarray.html">QBitArray</a>
    (Array of bits)
<li><a href="qbytearray.html">QByteArray</a>
    (Array of bytes)
<li><a href="qcstring.html">QCString</a>
    (Abstraction of the classic C zero-terminated char array (<var>char*</var>))
<li><a href="qcache.html">QCache</a>
    (Template class that provides a cache based on <code><a href="qstring.html">QString</a></code> keys)
<li><a href="qcacheiterator.html">QCacheIterator</a>
    (Iterator for <a href="qcache.html">QCache</a> collections)
<li><a href="qcollection.html">QCollection</a>
    (The base class of all Qt collections)
<li><a href="qdict.html">QDict</a>
    (Template class that provides a dictionary based on <code><a href="qstring.html">QString</a></code> keys)
<li><a href="qdictiterator.html">QDictIterator</a>
    (Iterator for <a href="qdict.html">QDict</a> collections)
<li><a href="qintcache.html">QIntCache</a>
    (Template class that provides a cache based on <code>long</code> keys)
<li><a href="qintcacheiterator.html">QIntCacheIterator</a>
    (Iterator for <a href="qintcache.html">QIntCache</a> collections)
<li><a href="qintdict.html">QIntDict</a>
    (Template class that provides a dictionary based on <code>long</code> keys)
<li><a href="qintdictiterator.html">QIntDictIterator</a>
    (Iterator for <a href="qintdict.html">QIntDict</a> collections)
<li><a href="qlist.html">QList</a>
    (Template class that provides doubly linked lists)
<li><a href="qlistiterator.html">QListIterator</a>
    (Iterator for <a href="qlist.html">QList</a> collections)
<li><a href="qmap.html">QMap</a>
    (Value based template class that provides a dictionary)
<li><a href="qmapconstiterator.html">QMapConstIterator</a>
    (Iterator for <a href="qmap.html">QMap</a>)
<li><a href="qmapiterator.html">QMapIterator</a>
    (Iterator for <a href="qmap.html">QMap</a>)
<li><a href="qptrdict.html">QPtrDict</a>
    (Template class that provides a dictionary based on <code>void*</code> keys)
<li><a href="qptrdictiterator.html">QPtrDictIterator</a>
    (Iterator for <a href="qptrdict.html">QPtrDict</a> collections)
<li><a href="qqueue.html">QQueue</a>
    (Template class that provides a queue)
<li><a href="qregexp.html">QRegExp</a>
    (Pattern matching using regular expressions or wildcards)
<li><a href="qsortedlist.html">QSortedList</a>
    (List sorted by operator< and operator==)
<li><a href="qstack.html">QStack</a>
    (Template class that provides a stack)
<li><a href="qstrilist.html">QStrIList</a>
    (Doubly linked list of <code>char*</code> with case insensitive compare)
<li><a href="qstrlist.html">QStrList</a>
    (Doubly linked list of <code>char*.</code>)
<li><a href="qstrlistiterator.html">QStrListIterator</a>
    (Iterator for the <a href="qstrlist.html">QStrList</a> and <a href="qstrilist.html">QStrIList</a> classes)
<li><a href="qstring.html">QString</a>
    (Abstraction of Unicode text and the classic C null-terminated char array (<var>char*</var>))
<li><a href="qstringlist.html">QStringList</a>
    (A list of strings)
<li><a href="qvaluelist.html">QValueList</a>
    (Value based template class that provides doubly linked lists)
<li><a href="qvaluelistconstiterator.html">QValueListConstIterator</a>
    (Iterator for <a href="qvaluelist.html">QValueList</a>)
<li><a href="qvaluelistiterator.html">QValueListIterator</a>
    (Iterator for <a href="qvaluelist.html">QValueList</a>)
<li><a href="qvaluestack.html">QValueStack</a>
    (Value based template class that provides a stack)
<li><a href="qvector.html">QVector</a>
    (Template collection class that provides a vector (array))
</ul>
<p><address><hr><div align="center">
<table width="100%" cellspacing="0" border="0"><tr>
<td>Copyright  2001 Trolltech<td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align="right"><div align="right">Qt version 2.3.2</div>
</table></div></address></body></html>