File: q3ptrlistiterator.html

package info (click to toggle)
qt4-x11 4%3A4.8.2%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 701,696 kB
  • sloc: cpp: 2,686,179; ansic: 375,485; python: 25,859; sh: 19,349; xml: 17,091; perl: 14,765; yacc: 5,383; asm: 5,038; makefile: 1,259; lex: 555; ruby: 526; objc: 347; cs: 112; pascal: 112; php: 54; sed: 34
file content (200 lines) | stat: -rw-r--r-- 17,270 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- q3ptrlist.qdoc -->
  <title>Qt 4.8: Q3PtrListIterator Class Reference</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li>Qt3SupportLight</li>
<li>Q3PtrListIterator</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">Q3PtrListIterator Class Reference</h1>
<!-- $$$Q3PtrListIterator-brief -->
<p>The Q3PtrListIterator class provides an iterator for <a href="q3ptrlist.html">Q3PtrList</a> collections. <a href="#details">More...</a></p>
<!-- @@@Q3PtrListIterator -->
<pre class="cpp"> <span class="preprocessor">#include &lt;Q3PtrListIterator&gt;</span></pre><p><b>This class is part of the Qt 3 support library.</b> It is provided to keep old source code working. We strongly advise against using it in new code. See <a href="porting4.html">Porting to Qt 4</a> for more information.</p>
<p><b>Inherited by: </b><a href="q3strlistiterator.html">Q3StrListIterator</a>.</p>
<ul>
<li><a href="q3ptrlistiterator-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#Q3PtrListIterator">Q3PtrListIterator</a></b> ( const Q3PtrList&lt;type&gt; &amp; <i>list</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#dtor.Q3PtrListIterator">~Q3PtrListIterator</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#atFirst">atFirst</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#atLast">atLast</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> uint </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#count">count</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> type * </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#current">current</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#isEmpty">isEmpty</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> type * </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#toFirst">toFirst</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> type * </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#toLast">toLast</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#operator-type--2a">operator type *</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> type * </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#operator-28-29">operator()</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> type * </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#operator-2a">operator*</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> type * </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#operator-2b-2b">operator++</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> type * </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#operator-2b-eq">operator+=</a></b> ( uint <i>jump</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> type * </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#operator--">operator--</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> type * </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#operator--eq">operator-=</a></b> ( uint <i>jump</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> Q3PtrListIterator&lt;type&gt; &amp; </td><td class="memItemRight bottomAlign"><b><a href="q3ptrlistiterator.html#operator-eq">operator=</a></b> ( const Q3PtrListIterator&lt;type&gt; &amp; <i>it</i> )</td></tr>
</table>
<a name="details"></a>
<!-- $$$Q3PtrListIterator-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The Q3PtrListIterator class provides an iterator for <a href="q3ptrlist.html">Q3PtrList</a> collections.</p>
<p>Define a template instance Q3PtrListIterator&lt;X&gt; to create a list iterator that operates on <a href="q3ptrlist.html">Q3PtrList</a>&lt;X&gt; (list of X*).</p>
<p>The following example is similar to the example in the <a href="q3ptrlist.html">Q3PtrList</a> class documentation, but it uses Q3PtrListIterator. The class Employee is defined there.</p>
<pre class="cpp"> <span class="type"><a href="q3ptrlist.html">Q3PtrList</a></span><span class="operator">&lt;</span>Employee<span class="operator">&gt;</span> list;

 list<span class="operator">.</span>append( <span class="keyword">new</span> Employee(<span class="string">&quot;John&quot;</span><span class="operator">,</span> <span class="string">&quot;Doe&quot;</span><span class="operator">,</span> <span class="number">50000</span>) );
 list<span class="operator">.</span>append( <span class="keyword">new</span> Employee(<span class="string">&quot;Jane&quot;</span><span class="operator">,</span> <span class="string">&quot;Williams&quot;</span><span class="operator">,</span> <span class="number">80000</span>) );
 list<span class="operator">.</span>append( <span class="keyword">new</span> Employee(<span class="string">&quot;Tom&quot;</span><span class="operator">,</span> <span class="string">&quot;Jones&quot;</span><span class="operator">,</span> <span class="number">60000</span>) );

 <span class="type">Q3PtrListIterator</span><span class="operator">&lt;</span>Employee<span class="operator">&gt;</span> it( list );
 Employee <span class="operator">*</span>employee;
 <span class="keyword">while</span> ( (employee <span class="operator">=</span> it<span class="operator">.</span>current()) <span class="operator">!</span><span class="operator">=</span> <span class="number">0</span> ) {
     <span class="operator">+</span><span class="operator">+</span>it;
     cout <span class="operator">&lt;</span><span class="operator">&lt;</span> employee<span class="operator">-</span><span class="operator">&gt;</span>surname()<span class="operator">.</span>latin1() <span class="operator">&lt;</span><span class="operator">&lt;</span> <span class="string">&quot;, &quot;</span> <span class="operator">&lt;</span><span class="operator">&lt;</span>
             employee<span class="operator">-</span><span class="operator">&gt;</span>forename()<span class="operator">.</span>latin1() <span class="operator">&lt;</span><span class="operator">&lt;</span> <span class="string">&quot; earns &quot;</span> <span class="operator">&lt;</span><span class="operator">&lt;</span>
             employee<span class="operator">-</span><span class="operator">&gt;</span>salary() <span class="operator">&lt;</span><span class="operator">&lt;</span> endl;
 }</pre>
<p>The output is</p>
<pre class="cpp"> Doe<span class="operator">,</span> John earns <span class="number">50000</span>
 Williams<span class="operator">,</span> Jane earns <span class="number">80000</span>
 Jones<span class="operator">,</span> Tom earns <span class="number">60000</span></pre>
<p>Using a list iterator is a more robust way of traversing the list than using the <a href="q3ptrlist.html">Q3PtrList</a> member functions <a href="q3ptrlist.html#first">first</a>(), <a href="q3ptrlist.html#next">next</a>(), <a href="q3ptrlist.html#current">current</a>(), etc., as many iterators can traverse the same list independently.</p>
<p>An iterator has its own current list item and can get the next and previous list items. It doesn't modify the list in any way.</p>
<p>When an item is removed from the list, all iterators that point to that item are updated to point to <a href="q3ptrlist.html#current">Q3PtrList::current</a>() instead to avoid dangling references.</p>
</div>
<p><b>See also </b><a href="q3ptrlist.html">Q3PtrList</a>.</p>
<!-- @@@Q3PtrListIterator -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$Q3PtrListIterator[overload1]$$$Q3PtrListIteratorconstQ3PtrList<type>& -->
<h3 class="fn"><a name="Q3PtrListIterator"></a>Q3PtrListIterator::<span class="name">Q3PtrListIterator</span> ( const <span class="type"><a href="q3ptrlist.html">Q3PtrList</a></span>&lt;<span class="type">type</span>&gt; &amp; <i>list</i> )</h3>
<p>Constructs an iterator for <i>list</i>. The current iterator item is set to point on the first item in the <i>list</i>.</p>
<!-- @@@Q3PtrListIterator -->
<!-- $$$~Q3PtrListIterator[overload1]$$$~Q3PtrListIterator -->
<h3 class="fn"><a name="dtor.Q3PtrListIterator"></a>Q3PtrListIterator::<span class="name">~Q3PtrListIterator</span> ()</h3>
<p>Destroys the iterator.</p>
<!-- @@@~Q3PtrListIterator -->
<!-- $$$atFirst[overload1]$$$atFirst -->
<h3 class="fn"><a name="atFirst"></a><span class="type">bool</span> Q3PtrListIterator::<span class="name">atFirst</span> () const</h3>
<p>Returns TRUE if the current iterator item is the first list item; otherwise returns FALSE.</p>
<p><b>See also </b><a href="q3ptrlistiterator.html#toFirst">toFirst</a>() and <a href="q3ptrlistiterator.html#atLast">atLast</a>().</p>
<!-- @@@atFirst -->
<!-- $$$atLast[overload1]$$$atLast -->
<h3 class="fn"><a name="atLast"></a><span class="type">bool</span> Q3PtrListIterator::<span class="name">atLast</span> () const</h3>
<p>Returns TRUE if the current iterator item is the last list item; otherwise returns FALSE.</p>
<p><b>See also </b><a href="q3ptrlistiterator.html#toLast">toLast</a>() and <a href="q3ptrlistiterator.html#atFirst">atFirst</a>().</p>
<!-- @@@atLast -->
<!-- $$$count[overload1]$$$count -->
<h3 class="fn"><a name="count"></a><span class="type"><a href="qtglobal.html#uint-typedef">uint</a></span> Q3PtrListIterator::<span class="name">count</span> () const</h3>
<p>Returns the number of items in the list this iterator operates on.</p>
<p><b>See also </b><a href="q3ptrlistiterator.html#isEmpty">isEmpty</a>().</p>
<!-- @@@count -->
<!-- $$$current[overload1]$$$current -->
<h3 class="fn"><a name="current"></a><span class="type">type</span> * Q3PtrListIterator::<span class="name">current</span> () const</h3>
<p>Returns a pointer to the current iterator item. If the iterator is positioned before the first item in the list or after the last item in the list, 0 is returned.</p>
<!-- @@@current -->
<!-- $$$isEmpty[overload1]$$$isEmpty -->
<h3 class="fn"><a name="isEmpty"></a><span class="type">bool</span> Q3PtrListIterator::<span class="name">isEmpty</span> () const</h3>
<p>Returns TRUE if the list is empty; otherwise returns FALSE.</p>
<p><b>See also </b><a href="q3ptrlistiterator.html#count">count</a>().</p>
<!-- @@@isEmpty -->
<!-- $$$toFirst[overload1]$$$toFirst -->
<h3 class="fn"><a name="toFirst"></a><span class="type">type</span> * Q3PtrListIterator::<span class="name">toFirst</span> ()</h3>
<p>Sets the current iterator item to point to the first list item and returns a pointer to the item. Sets the current item to 0 and returns 0 if the list is empty.</p>
<p><b>See also </b><a href="q3ptrlistiterator.html#toLast">toLast</a>() and <a href="q3ptrlistiterator.html#atFirst">atFirst</a>().</p>
<!-- @@@toFirst -->
<!-- $$$toLast[overload1]$$$toLast -->
<h3 class="fn"><a name="toLast"></a><span class="type">type</span> * Q3PtrListIterator::<span class="name">toLast</span> ()</h3>
<p>Sets the current iterator item to point to the last list item and returns a pointer to the item. Sets the current item to 0 and returns 0 if the list is empty.</p>
<p><b>See also </b><a href="q3ptrlistiterator.html#toFirst">toFirst</a>() and <a href="q3ptrlistiterator.html#atLast">atLast</a>().</p>
<!-- @@@toLast -->
<!-- $$$operator type *[overload1]$$$operator type * -->
<h3 class="fn"><a name="operator-type--2a"></a>Q3PtrListIterator::<span class="name">operator type *</span> () const</h3>
<p>Cast operator. Returns a pointer to the current iterator item. Same as <a href="q3ptrlistiterator.html#current">current</a>().</p>
<!-- @@@operator type * -->
<!-- $$$operator()[overload1]$$$operator() -->
<h3 class="fn"><a name="operator-28-29"></a><span class="type">type</span> * Q3PtrListIterator::<span class="name">operator()</span> ()</h3>
<p>Makes the succeeding item current and returns the original current item.</p>
<p>If the current iterator item was the last item in the list or if it was 0, 0 is returned.</p>
<!-- @@@operator() -->
<!-- $$$operator*[overload1]$$$operator* -->
<h3 class="fn"><a name="operator-2a"></a><span class="type">type</span> * Q3PtrListIterator::<span class="name">operator*</span> ()</h3>
<p>Asterisk operator. Returns a pointer to the current iterator item. Same as <a href="q3ptrlistiterator.html#current">current</a>().</p>
<!-- @@@operator* -->
<!-- $$$operator++[overload1]$$$operator++ -->
<h3 class="fn"><a name="operator-2b-2b"></a><span class="type">type</span> * Q3PtrListIterator::<span class="name">operator++</span> ()</h3>
<p>Prefix ++ makes the succeeding item current and returns the new current item.</p>
<p>If the current iterator item was the last item in the list or if it was 0, 0 is returned.</p>
<!-- @@@operator++ -->
<!-- $$$operator+=[overload1]$$$operator+=uint -->
<h3 class="fn"><a name="operator-2b-eq"></a><span class="type">type</span> * Q3PtrListIterator::<span class="name">operator+=</span> ( <span class="type"><a href="qtglobal.html#uint-typedef">uint</a></span> <i>jump</i> )</h3>
<p>Sets the current item to the item <i>jump</i> positions after the current item and returns a pointer to that item.</p>
<p>If that item is beyond the last item or if the list is empty, it sets the current item to 0 and returns 0</p>
<!-- @@@operator+= -->
<!-- $$$operator--[overload1]$$$operator-- -->
<h3 class="fn"><a name="operator--"></a><span class="type">type</span> * Q3PtrListIterator::<span class="name">operator--</span> ()</h3>
<p>Prefix - makes the preceding item current and returns the new current item.</p>
<p>If the current iterator item was the first item in the list or if it was 0, 0 is returned.</p>
<!-- @@@operator-- -->
<!-- $$$operator-=[overload1]$$$operator-=uint -->
<h3 class="fn"><a name="operator--eq"></a><span class="type">type</span> * Q3PtrListIterator::<span class="name">operator-=</span> ( <span class="type"><a href="qtglobal.html#uint-typedef">uint</a></span> <i>jump</i> )</h3>
<p>Returns the item <i>jump</i> positions before the current item or 0 if it is beyond the first item. Makes this the current item.</p>
<!-- @@@operator-= -->
<!-- $$$operator=[overload1]$$$operator=constQ3PtrListIterator<type>& -->
<h3 class="fn"><a name="operator-eq"></a><span class="type">Q3PtrListIterator</span>&lt;<span class="type">type</span>&gt; &amp; Q3PtrListIterator::<span class="name">operator=</span> ( const <span class="type">Q3PtrListIterator</span>&lt;<span class="type">type</span>&gt; &amp; <i>it</i> )</h3>
<p>Assignment. Makes a copy of the iterator <i>it</i> and returns a reference to this iterator.</p>
<!-- @@@operator= -->
</div>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
    <p>
      <acronym title="Copyright">&copy;</acronym> 2012 Nokia Corporation and/or its
      subsidiaries. Documentation contributions included herein are the copyrights of
      their respective owners.</p>
    <br />
    <p>
      The documentation provided herein is licensed under the terms of the
      <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
      License version 1.3</a> as published by the Free Software Foundation.</p>
    <p>
      Documentation sources may be obtained from <a href="http://www.qt-project.org">
      www.qt-project.org</a>.</p>
    <br />
    <p>
      Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
      in Finland and/or other countries worldwide. All other trademarks are property
      of their respective owners. <a title="Privacy Policy"
      href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>