Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 1582

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?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" />
<!-- qorganizeritemengineid.cpp -->
  <title>Qt Mobility 1.2: QOrganizerItemEngineId 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>QtMobility 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><a href="qtorganizer.html">QtOrganizer</a></li>
<li>QOrganizerItemEngineId</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">QOrganizerItemEngineId Class Reference</h1>
<!-- $$$QOrganizerItemEngineId-brief -->
<p>The QOrganizerItemEngineId class uniquely identifies an item within a particular engine plugin. <a href="#details">More...</a></p>
<!-- @@@QOrganizerItemEngineId -->
<pre class="cpp"> <span class="preprocessor">#include &lt;QOrganizerItemEngineId&gt;</span></pre><p><b>Inherits: </b><a href="http://qt.nokia.com/doc/4.7/qshareddata.html">QSharedData</a>.</p>
<p>This class was introduced in Qt Mobility 1.1.</p>
<ul>
<li><a href="qorganizeritemid-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"> virtual </td><td class="memItemRight bottomAlign"><b><a href="qorganizeritemengineid.html#dtor.QOrganizerItemEngineId">~QOrganizerItemEngineId</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QOrganizerItemEngineId * </td><td class="memItemRight bottomAlign"><b><a href="qorganizeritemengineid.html#clone">clone</a></b> () const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QDebug &amp; </td><td class="memItemRight bottomAlign"><b><a href="qorganizeritemengineid.html#debugStreamOut">debugStreamOut</a></b> ( QDebug &amp; <i>dbg</i> ) const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual uint </td><td class="memItemRight bottomAlign"><b><a href="qorganizeritemengineid.html#hash">hash</a></b> () const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual bool </td><td class="memItemRight bottomAlign"><b><a href="qorganizeritemengineid.html#isEqualTo">isEqualTo</a></b> ( const QOrganizerItemEngineId * <i>other</i> ) const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual bool </td><td class="memItemRight bottomAlign"><b><a href="qorganizeritemengineid.html#isLessThan">isLessThan</a></b> ( const QOrganizerItemEngineId * <i>other</i> ) const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QString </td><td class="memItemRight bottomAlign"><b><a href="qorganizeritemengineid.html#managerUri">managerUri</a></b> () const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QString </td><td class="memItemRight bottomAlign"><b><a href="qorganizeritemengineid.html#toString">toString</a></b> () const = 0</td></tr>
</table>
<a name="details"></a>
<!-- $$$QOrganizerItemEngineId-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QOrganizerItemEngineId class uniquely identifies an item within a particular engine plugin.</p>
<p>Clients of the Organizer API should never use this class. Every engine implementor must implement a class derived from QOrganizerItemEngineId.</p>
<p>This class is provided so that engine implementors can implement their own id class (which may contain arbitrary data, and which may implement the required functions in an arbitrary manner).</p>
</div>
<!-- @@@QOrganizerItemEngineId -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$~QOrganizerItemEngineId[overload1]$$$~QOrganizerItemEngineId -->
<h3 class="fn"><a name="dtor.QOrganizerItemEngineId"></a>QOrganizerItemEngineId::<span class="name">~QOrganizerItemEngineId</span> ()<tt> [virtual]</tt></h3>
<p>Cleans up any memory in use by this engine item id.</p>
<!-- @@@~QOrganizerItemEngineId -->
<!-- $$$clone[overload1]$$$clone -->
<h3 class="fn"><a name="clone"></a><span class="type">QOrganizerItemEngineId</span> * QOrganizerItemEngineId::<span class="name">clone</span> () const<tt> [pure virtual]</tt></h3>
<p>Returns a deep-copy clone of this id. The caller takes ownership of the returned engine item id.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<!-- @@@clone -->
<!-- $$$debugStreamOut[overload1]$$$debugStreamOutQDebug& -->
<h3 class="fn"><a name="debugStreamOut"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qdebug.html">QDebug</a></span> &amp; QOrganizerItemEngineId::<span class="name">debugStreamOut</span> ( <span class="type"><a href="http://qt.nokia.com/doc/4.7/qdebug.html">QDebug</a></span> &amp; <i>dbg</i> ) const<tt> [pure virtual]</tt></h3>
<p>Streams this id out to the debug stream <i>dbg</i>.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<!-- @@@debugStreamOut -->
<!-- $$$hash[overload1]$$$hash -->
<h3 class="fn"><a name="hash"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qtglobal.html#uint-typedef">uint</a></span> QOrganizerItemEngineId::<span class="name">hash</span> () const<tt> [pure virtual]</tt></h3>
<p>Returns the hash value of this id.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<!-- @@@hash -->
<!-- $$$isEqualTo[overload1]$$$isEqualToconstQOrganizerItemEngineId* -->
<h3 class="fn"><a name="isEqualTo"></a><span class="type">bool</span> QOrganizerItemEngineId::<span class="name">isEqualTo</span> ( const <span class="type">QOrganizerItemEngineId</span> * <i>other</i> ) const<tt> [pure virtual]</tt></h3>
<p>Returns true if this id is equal to the <i>other</i> id; false otherwise. Note that when implementing this function, you do not have to check that the type is the same, since the function which calls this function (in <a href="qorganizeritemid.html">QOrganizerItemId</a>) does that check for you.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<!-- @@@isEqualTo -->
<!-- $$$isLessThan[overload1]$$$isLessThanconstQOrganizerItemEngineId* -->
<h3 class="fn"><a name="isLessThan"></a><span class="type">bool</span> QOrganizerItemEngineId::<span class="name">isLessThan</span> ( const <span class="type">QOrganizerItemEngineId</span> * <i>other</i> ) const<tt> [pure virtual]</tt></h3>
<p>Returns true if this id is less than the <i>other</i> id; false otherwise. Note that when implementing this function, you do not have to check that the type is the same, since the function which calls this function (in <a href="qorganizeritemid.html">QOrganizerItemId</a>) does that check for you.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<!-- @@@isLessThan -->
<!-- $$$managerUri[overload1]$$$managerUri -->
<h3 class="fn"><a name="managerUri"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QOrganizerItemEngineId::<span class="name">managerUri</span> () const<tt> [pure virtual]</tt></h3>
<p>Returns the manager URI of the constructed manager which created the id. If the item which the id identifies has not been deleted, the id should still be valid in the manager identified by the manager URI returned by this function.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<!-- @@@managerUri -->
<!-- $$$toString[overload1]$$$toString -->
<h3 class="fn"><a name="toString"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QOrganizerItemEngineId::<span class="name">toString</span> () const<tt> [pure virtual]</tt></h3>
<p>Serializes the id to a string. It contains all of the information required to identify a particular item in the manager which created the id, formatted according to the serialization format of the manager.</p>
<p>This function was introduced in Qt Mobility 1.1.</p>
<!-- @@@toString -->
</div>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used 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>
</div>
</body>
</html>