summaryrefslogtreecommitdiffstats
path: root/doc/html/tools.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
commitbd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch)
tree7a520322212d48ebcb9fbe1087e7fca28b76185c /doc/html/tools.html
downloadqt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz
qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip
Add Qt3 development HEAD version
Diffstat (limited to 'doc/html/tools.html')
-rw-r--r--doc/html/tools.html93
1 files changed, 93 insertions, 0 deletions
diff --git a/doc/html/tools.html b/doc/html/tools.html
new file mode 100644
index 0000000..5d94779
--- /dev/null
+++ b/doc/html/tools.html
@@ -0,0 +1,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>