~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/qmultimap-members.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-10-12 23:14:14 UTC
  • mto: (15.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20061012231414-y2oqbom5dy389os0
Tags: upstream-4.2.0
ImportĀ upstreamĀ versionĀ 4.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE html
3
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
4
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<!-- /tmp/qt-4.1.4-harald-1150713676011/qt-x11-opensource-src-4.1.4/src/corelib/tools/qmap.cpp -->
6
 
<!-- /tmp/qt-4.1.4-harald-1150713676011/qt-x11-opensource-src-4.1.4/src/corelib/tools/qmap.cpp -->
 
5
<!-- /tmp/qt-4.2.0-qt-1159540607313/qt-x11-opensource-src-4.2.0/src/corelib/tools/qmap.cpp -->
7
6
<head>
8
 
    <title>Qt 4.1: List of All Members for QMultiMap</title>
9
 
    <style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
10
 
a:link { color: #004faf; text-decoration: none }
11
 
a:visited { color: #672967; text-decoration: none }
12
 
td.postheader { font-family: sans-serif }
13
 
tr.address { font-family: sans-serif }
14
 
body { background: #ffffff; color: black; }</style>
 
7
  <title>Qt 4.2: List of All Members for QMultiMap</title>
 
8
  <link href="classic.css" rel="stylesheet" type="text/css" />
15
9
</head>
16
10
<body>
17
11
<table border="0" cellpadding="0" cellspacing="0" width="100%">
18
12
<tr>
19
 
<td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></td>
 
13
<td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></a></td>
20
14
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
21
 
<td align="right" valign="top" width="230"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></td></tr></table><h1 align="center">List of All Members for QMultiMap</h1>
 
15
<td align="right" valign="top" width="230"><a href="http://www.trolltech.com"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></a></td></tr></table><h1 align="center">List of All Members for QMultiMap</h1>
22
16
<p>This is the complete list of members for <a href="qmultimap.html">QMultiMap</a>, including inherited members.</p>
23
17
<p><table width="100%" border="0" cellpadding="0" cellspacing="0">
24
18
<tr><td width="45%" valign="top"><ul>
26
20
<li><div class="fn"/>class <a href="qmap-iterator.html">iterator</a></li>
27
21
<li><div class="fn"/>typedef <a href="qmap.html#ConstIterator-typedef">ConstIterator</a></li>
28
22
<li><div class="fn"/>typedef <a href="qmap.html#Iterator-typedef">Iterator</a></li>
 
23
<li><div class="fn"/>typedef <a href="qmap.html#difference_type-typedef">difference_type</a></li>
 
24
<li><div class="fn"/>typedef <a href="qmap.html#key_type-typedef">key_type</a></li>
 
25
<li><div class="fn"/>typedef <a href="qmap.html#mapped_type-typedef">mapped_type</a></li>
 
26
<li><div class="fn"/>typedef <a href="qmap.html#size_type-typedef">size_type</a></li>
29
27
<li><div class="fn"/><a href="qmultimap.html#QMultiMap">QMultiMap</a> ()</li>
30
28
<li><div class="fn"/><a href="qmultimap.html#QMultiMap-2">QMultiMap</a> ( const QMap&lt;Key, T&gt; &amp; )</li>
31
29
<li><div class="fn"/><a href="qmap.html#begin">begin</a> () : iterator</li>
45
43
<li><div class="fn"/><a href="qmap.html#find-2">find</a> ( const Key &amp; ) const : const_iterator</li>
46
44
<li><div class="fn"/><a href="qmultimap.html#insert">insert</a> ( const Key &amp;, const T &amp; ) : QMap&lt;Key, T&gt;::iterator</li>
47
45
<li><div class="fn"/><a href="qmap.html#insertMulti">insertMulti</a> ( const Key &amp;, const T &amp; ) : iterator</li>
 
46
</ul></td><td valign="top"><ul>
48
47
<li><div class="fn"/><a href="qmap.html#isEmpty">isEmpty</a> () const : bool</li>
49
 
</ul></td><td valign="top"><ul>
50
48
<li><div class="fn"/><a href="qmap.html#key">key</a> ( const T &amp; ) const : const Key</li>
51
49
<li><div class="fn"/><a href="qmap.html#keys">keys</a> () const : QList&lt;Key&gt;</li>
52
50
<li><div class="fn"/><a href="qmap.html#keys-2">keys</a> ( const T &amp; ) const : QList&lt;Key&gt;</li>
57
55
<li><div class="fn"/><a href="qmap.html#size">size</a> () const : int</li>
58
56
<li><div class="fn"/><a href="qmap.html#take">take</a> ( const Key &amp; ) : T</li>
59
57
<li><div class="fn"/><a href="qmap.html#toStdMap">toStdMap</a> () const : std::map&lt;Key, T&gt;</li>
 
58
<li><div class="fn"/><a href="qmap.html#uniqueKeys">uniqueKeys</a> () const : QList&lt;Key&gt;</li>
60
59
<li><div class="fn"/><a href="qmap.html#unite">unite</a> ( const QMap&lt;Key, T&gt; &amp; ) : QMap&lt;Key, T&gt; &amp;</li>
61
60
<li><div class="fn"/><a href="qmap.html#upperBound">upperBound</a> ( const Key &amp; ) : iterator</li>
62
61
<li><div class="fn"/><a href="qmap.html#upperBound-2">upperBound</a> ( const Key &amp; ) const : const_iterator</li>
78
77
<table width="100%" cellspacing="0" border="0"><tr class="address">
79
78
<td width="30%">Copyright &copy; 2006 <a href="trolltech.html">Trolltech</a></td>
80
79
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
81
 
<td width="30%" align="right"><div align="right">Qt 4.1.4</div></td>
 
80
<td width="30%" align="right"><div align="right">Qt 4.2.0</div></td>
82
81
</tr></table></div></address></body>
83
82
</html>