This file is indexed.

/usr/share/doc/qmf/html/qmailfolderid.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
71
72
73
<?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>QMailFolderId 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">&nbsp;&nbsp;</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">QMailFolderId Class Reference</h1>
<p>The QMailFolderId class is used to identify folders stored by <a href="qmailstore.html">QMailStore</a>. <a href="#details">More...</a></p>
<pre>    #include &lt;QMailFolderId&gt;</pre><p><b>This class is under development and is subject to change.</b></p>
<ul>
<li><a href="qmailfolderid-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="qmailfolderid.html#QMailFolderId">QMailFolderId</a></b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qmailfolderid.html#QMailFolderId-2">QMailFolderId</a></b> ( QMailFolderFwd::PredefinedFolderId <i>id</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qmailfolderid.html#QMailFolderId-3">QMailFolderId</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="qmailfolderid.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="qmailfolderid.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="qmailfolderid.html#operator-not-eq">operator!=</a></b> ( const QMailFolderId &amp; <i>other</i> ) const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qmailfolderid.html#operator-lt">operator&lt;</a></b> ( const QMailFolderId &amp; <i>other</i> ) const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qmailfolderid.html#operator-eq-eq">operator==</a></b> ( const QMailFolderId &amp; <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="qmailfolderid.html#QMailFolderIdList-typedef">QMailFolderIdList</a></b></td></tr>
</table>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QMailFolderId class is used to identify folders stored by <a href="qmailstore.html">QMailStore</a>.</p>
<p>QMailFolderId is a class used to represent folders stored by the <a href="qmailstore.html">QMailStore</a>, identified by their unique numeric internal indentifer.</p>
<p>A QMailFolderId 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="qmailfolder.html">QMailFolder</a> and <a href="qmailstore.html#folder">QMailStore::folder</a>().</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="QMailFolderId"></a>QMailFolderId::QMailFolderId ()</h3>
<p>Construct an uninitialized <a href="qmailfolderid.html">QMailFolderId</a>, for which <a href="qmailfolderid.html#isValid">isValid</a>() returns false.</p>
<h3 class="fn"><a name="QMailFolderId-2"></a>QMailFolderId::QMailFolderId ( <a href="qmailfolderfwd.html#PredefinedFolderId-enum">QMailFolderFwd::PredefinedFolderId</a> <i>id</i> )</h3>
<p>Construct a <a href="qmailfolderid.html">QMailFolderId</a> corresponding to the predefined folder identifier <i>id</i>.</p>
<h3 class="fn"><a name="QMailFolderId-3"></a>QMailFolderId::QMailFolderId ( <a href="http://doc.trolltech.com/4.5/qtglobal.html#quint64-typedef">quint64</a> <i>value</i> )</h3>
<p>Construct a <a href="qmailfolderid.html">QMailFolderId</a> with the supplied numeric identifier <i>value</i>.</p>
<h3 class="fn"><a name="isValid"></a>bool QMailFolderId::isValid () const</h3>
<p>Returns true if this object has been initialized with an identifier.</p>
<h3 class="fn"><a name="operator-QVariant"></a>QMailFolderId::operator QVariant () const</h3>
<p>Returns a <a href="http://doc.trolltech.com/4.5/qvariant.html">QVariant</a> containing the value of this folder identfier.</p>
<h3 class="fn"><a name="operator-not-eq"></a>bool QMailFolderId::operator!= ( const QMailFolderId &amp; <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 QMailFolderId::operator&lt; ( const QMailFolderId &amp; <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 QMailFolderId::operator== ( const QMailFolderId &amp; <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="QMailFolderIdList-typedef"></a>typedef QMailFolderIdList</h3>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright &copy; 2010 QtSoftware</td>
<td align="right"><div align="right">Messaging Framework</div></td>
</tr></table></div></address></body>
</html>