/usr/share/doc/qmf/html/qmailaccountid.html is in qmf-doc-html 1.0.7~2011w23.2-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- qmailid.cpp -->
<head>
<title>QMailAccountId Class Reference</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><img src="images/qtlogo.png" align="left" border="0" /></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a></td>
<td align="right" valign="top" width="230"><img src="images/codeless.png" border="0" /></td></tr></table><h1 class="title">QMailAccountId Class Reference</h1>
<p>The QMailAccountId class is used to identify accounts stored by <a href="qmailstore.html">QMailStore</a>. <a href="#details">More...</a></p>
<pre> #include <QMailAccountId></pre><p><b>This class is under development and is subject to change.</b></p>
<ul>
<li><a href="qmailaccountid-members.html">List of all members, including inherited members</a></li>
</ul>
<hr />
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qmailaccountid.html#QMailAccountId">QMailAccountId</a></b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qmailaccountid.html#QMailAccountId-2">QMailAccountId</a></b> ( quint64 <i>value</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qmailaccountid.html#isValid">isValid</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qmailaccountid.html#operator-QVariant">operator QVariant</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qmailaccountid.html#operator-not-eq">operator!=</a></b> ( const QMailAccountId & <i>other</i> ) const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qmailaccountid.html#operator-lt">operator<</a></b> ( const QMailAccountId & <i>other</i> ) const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qmailaccountid.html#operator-eq-eq">operator==</a></b> ( const QMailAccountId & <i>other</i> ) const</td></tr>
</table>
<hr />
<a name="related-non-members"></a>
<h2>Related Non-Members</h2>
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="memItemLeft" align="right" valign="top">typedef </td><td class="memItemRight" valign="bottom"><b><a href="qmailaccountid.html#QMailAccountIdList-typedef">QMailAccountIdList</a></b></td></tr>
</table>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QMailAccountId class is used to identify accounts stored by <a href="qmailstore.html">QMailStore</a>.</p>
<p>QMailAccountId is a class used to represent accounts stored by the <a href="qmailstore.html">QMailStore</a>, identified by their unique numeric internal indentifer.</p>
<p>A QMailAccountId instance can be tested for validity, and compared to other instances for equality. The numeric value of the identifier is not intrinsically meaningful and cannot be modified.</p>
<p>See also <a href="qmailaccount.html">QMailAccount</a> and <a href="qmailstore.html#account">QMailStore::account</a>().</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="QMailAccountId"></a>QMailAccountId::QMailAccountId ()</h3>
<p>Construct an uninitialized <a href="qmailaccountid.html">QMailAccountId</a>, for which <a href="qmailaccountid.html#isValid">isValid</a>() returns false.</p>
<h3 class="fn"><a name="QMailAccountId-2"></a>QMailAccountId::QMailAccountId ( <a href="http://doc.trolltech.com/4.5/qtglobal.html#quint64-typedef">quint64</a> <i>value</i> )</h3>
<p>Construct a <a href="qmailaccountid.html">QMailAccountId</a> with the supplied numeric identifier <i>value</i>.</p>
<h3 class="fn"><a name="isValid"></a>bool QMailAccountId::isValid () const</h3>
<p>Returns true if this object has been initialized with an identifier.</p>
<h3 class="fn"><a name="operator-QVariant"></a>QMailAccountId::operator QVariant () const</h3>
<p>Returns a <a href="http://doc.trolltech.com/4.5/qvariant.html">QVariant</a> containing the value of this account identfier.</p>
<h3 class="fn"><a name="operator-not-eq"></a>bool QMailAccountId::operator!= ( const QMailAccountId & <i>other</i> ) const</h3>
<p>Returns true if this object's identifier value differs from that of <i>other</i>.</p>
<h3 class="fn"><a name="operator-lt"></a>bool QMailAccountId::operator< ( const QMailAccountId & <i>other</i> ) const</h3>
<p>Returns true if this object's identifier value is less than that of <i>other</i>.</p>
<h3 class="fn"><a name="operator-eq-eq"></a>bool QMailAccountId::operator== ( const QMailAccountId & <i>other</i> ) const</h3>
<p>Returns true if this object's identifier value is equal to that of <i>other</i>.</p>
<hr />
<h2>Related Non-Members</h2>
<h3 class="fn"><a name="QMailAccountIdList-typedef"></a>typedef QMailAccountIdList</h3>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright © 2010 QtSoftware</td>
<td align="right"><div align="right">Messaging Framework</div></td>
</tr></table></div></address></body>
</html>
|