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

« back to all changes in this revision

Viewing changes to doc/html/qlandmarkcategoryid.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>
186
186
<p>Destroys the identifier.</p>
187
187
<h3 class="fn"><a name="isValid"></a>bool QLandmarkCategoryId::isValid () const</h3>
188
188
<p>Returns true if the identifier is valid, meaning that both a manager URI and local id have been set</p>
189
 
<h3 class="fn"><a name="localId"></a>QString QLandmarkCategoryId::localId () const</h3>
 
189
<h3 class="fn"><a name="localId"></a><a href="http://qt.nokia.com/doc/4.6/qstring.html">QString</a> QLandmarkCategoryId::localId () const</h3>
190
190
<p>Returns the local id of the category identifier.</p>
191
191
<p>This id is specific to a particular landmark manager.</p>
192
192
<p>See also <a href="qlandmarkcategoryid.html#setLocalId">setLocalId</a>().</p>
193
 
<h3 class="fn"><a name="managerUri"></a>QString QLandmarkCategoryId::managerUri () const</h3>
 
193
<h3 class="fn"><a name="managerUri"></a><a href="http://qt.nokia.com/doc/4.6/qstring.html">QString</a> QLandmarkCategoryId::managerUri () const</h3>
194
194
<p>Returns the URI of the manager which this category identifer belongs to.</p>
195
195
<p>See also <a href="qlandmarkcategoryid.html#setManagerUri">setManagerUri</a>().</p>
196
 
<h3 class="fn"><a name="setLocalId"></a>void QLandmarkCategoryId::setLocalId ( const QString &amp; <i>id</i> )</h3>
 
196
<h3 class="fn"><a name="setLocalId"></a>void QLandmarkCategoryId::setLocalId ( const <a href="http://qt.nokia.com/doc/4.6/qstring.html">QString</a> &amp; <i>id</i> )</h3>
197
197
<p>Sets the local <i>id</i> of the category identifier.</p>
198
198
<p>See also <a href="qlandmarkcategoryid.html#localId">localId</a>().</p>
199
 
<h3 class="fn"><a name="setManagerUri"></a>void QLandmarkCategoryId::setManagerUri ( const QString &amp; <i>uri</i> )</h3>
 
199
<h3 class="fn"><a name="setManagerUri"></a>void QLandmarkCategoryId::setManagerUri ( const <a href="http://qt.nokia.com/doc/4.6/qstring.html">QString</a> &amp; <i>uri</i> )</h3>
200
200
<p>Sets the manager <i>uri</i> which this category identifier belongs to.</p>
201
201
<p>See also <a href="qlandmarkcategoryid.html#managerUri">managerUri</a>().</p>
202
202
<h3 class="fn"><a name="operator-not-eq"></a>bool QLandmarkCategoryId::operator!= ( const QLandmarkCategoryId &amp; <i>other</i> ) const</h3>