~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to doc/html/qcontactlocalidfilter.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    </div>
48
48
    <div id="shortCut">
49
49
      <ul>
50
 
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1 BETA</a></span></li>
 
50
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1</a></span></li>
51
51
        <li class="shortCut-topleft-active"><a href="http://doc.qt.nokia.com">ALL VERSIONS        </a></li>
52
52
      </ul>
53
53
     </div>
187
187
<h3 class="fn"><a name="clear"></a>void QContactLocalIdFilter::clear ()</h3>
188
188
<p>Clears the list which contains the ids of possible matching contacts. A local id filter with a cleared list will match no contacts.</p>
189
189
<p>See also <a href="qcontactlocalidfilter.html#setIds">setIds</a>().</p>
190
 
<h3 class="fn"><a name="ids"></a>QList&lt;<a href="qcontactid.html#QContactLocalId-typedef">QContactLocalId</a>&gt; QContactLocalIdFilter::ids () const</h3>
 
190
<h3 class="fn"><a name="ids"></a><a href="http://qt.nokia.com/doc/4.6/qlist.html">QList</a>&lt;<a href="qcontactid.html#QContactLocalId-typedef">QContactLocalId</a>&gt; QContactLocalIdFilter::ids () const</h3>
191
191
<p>Returns the list of ids of contacts which match this filter</p>
192
192
<p>See also <a href="qcontactlocalidfilter.html#setIds">setIds</a>().</p>
193
193
<h3 class="fn"><a name="remove"></a>void QContactLocalIdFilter::remove ( const <a href="qcontactid.html#QContactLocalId-typedef">QContactLocalId</a> &amp; <i>id</i> )</h3>
194
194
<p>Removes the id <i>id</i> from the list which contains the ids of possible matching contacts, if it is contained in the list, otherwise has no effect.</p>
195
195
<p>See also <a href="qcontactlocalidfilter.html#clear">clear</a>().</p>
196
 
<h3 class="fn"><a name="setIds"></a>void QContactLocalIdFilter::setIds ( const QList&lt;<a href="qcontactid.html#QContactLocalId-typedef">QContactLocalId</a>&gt; &amp; <i>ids</i> )</h3>
 
196
<h3 class="fn"><a name="setIds"></a>void QContactLocalIdFilter::setIds ( const <a href="http://qt.nokia.com/doc/4.6/qlist.html">QList</a>&lt;<a href="qcontactid.html#QContactLocalId-typedef">QContactLocalId</a>&gt; &amp; <i>ids</i> )</h3>
197
197
<p>Sets the list which contains the ids of possible matching contacts to <i>ids</i></p>
198
198
<p>See also <a href="qcontactlocalidfilter.html#ids">ids</a>().</p>
199
199
</div>