This file is indexed.

/usr/share/doc/qmf/html/qmailactionobserver.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
74
75
76
77
78
79
<?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">
<!-- qmailserviceaction.cpp -->
<head>
  <title>QMailActionObserver 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">QMailActionObserver Class Reference</h1>
<p>The QMailActionObserver class provides an interface for monitoring currently running actions <a href="#details">More...</a></p>
<pre>    #include &lt;QMailActionObserver&gt;</pre><p><b>This class is under development and is subject to change.</b></p>
<p>Inherits <a href="qmailserviceaction.html">QMailServiceAction</a>.</p>
<ul>
<li><a href="qmailactionobserver-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="qmailactionobserver.html#QMailActionObserver">QMailActionObserver</a></b> ( QObject * <i>parent</i> = 0 )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><b><a href="qmailactionobserver.html#dtor.QMailActionObserver">~QMailActionObserver</a></b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QList&lt;QSharedPointer&lt;QMailActionInfo&gt; &gt; </td><td class="memItemRight" valign="bottom"><b><a href="qmailactionobserver.html#actions">actions</a></b> () const</td></tr>
</table>
<ul>
<li><div bar="2" class="fn"></div>4 public functions inherited from <a href="qmailserviceaction.html#public-functions">QMailServiceAction</a></li>
<li><div bar="2" class="fn"></div>29 public functions inherited from <a href="http://doc.trolltech.com/4.5/qobject.html#public-functions">QObject</a></li>
</ul>
<hr />
<a name="signals"></a>
<h2>Signals</h2>
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qmailactionobserver.html#actionsChanged">actionsChanged</a></b> ( const QList&lt;QSharedPointer&lt;QMailActionInfo&gt; &gt; &amp; <i>newActions</i> )</td></tr>
</table>
<ul>
<li><div bar="2" class="fn"></div>4 signals inherited from <a href="qmailserviceaction.html#signals">QMailServiceAction</a></li>
<li><div bar="2" class="fn"></div>1 signal inherited from <a href="http://doc.trolltech.com/4.5/qobject.html#signals">QObject</a></li>
</ul>
<h3>Additional Inherited Members</h3>
<ul>
<li><div class="fn"></div>1 property inherited from <a href="http://doc.trolltech.com/4.5/qobject.html#properties">QObject</a></li>
<li><div class="fn"></div>1 public slot inherited from <a href="qmailserviceaction.html#public-slots">QMailServiceAction</a></li>
<li><div class="fn"></div>1 public slot inherited from <a href="http://doc.trolltech.com/4.5/qobject.html#public-slots">QObject</a></li>
<li><div class="fn"></div>1 public type inherited from <a href="http://doc.trolltech.com/4.5/qobject.html#public-variables">QObject</a></li>
<li><div class="fn"></div>4 static public members inherited from <a href="http://doc.trolltech.com/4.5/qobject.html#static-public-members">QObject</a></li>
<li><div class="fn"></div>2 protected functions inherited from <a href="qmailserviceaction.html#protected-functions">QMailServiceAction</a></li>
<li><div class="fn"></div>7 protected functions inherited from <a href="http://doc.trolltech.com/4.5/qobject.html#protected-functions">QObject</a></li>
<li><div class="fn"></div>2 protected variables inherited from <a href="http://doc.trolltech.com/4.5/qobject.html#protected-variables">QObject</a></li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QMailActionObserver class provides an interface for monitoring currently running actions</p>
<p>QMailActionObserver provides a mechanism for messaging clients to observe what actions the messageserver is currently running. A list of currently running actions can be retrieved with <a href="qmailactionobserver.html#actions">actions</a>(). When actions are started or finished <a href="qmailactionobserver.html#actionsChanged">actionsChanged</a>() is emitted with the new list of actions.</p>
<p>QMailActionObserver is initialised asynchronously, thus reading <a href="qmailactionobserver.html#actions">actions</a>() immediately will return an empty list.</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="QMailActionObserver"></a>QMailActionObserver::QMailActionObserver ( <a href="http://doc.trolltech.com/4.5/qobject.html">QObject</a> * <i>parent</i> = 0 )</h3>
<p>Constructs a new <a href="qmailactionobserver.html">QMailActionObserver</a> with a supplied <i>parent</i></p>
<h3 class="fn"><a name="dtor.QMailActionObserver"></a>QMailActionObserver::~QMailActionObserver ()&nbsp;&nbsp;<tt> [virtual]</tt></h3>
<p>Destructs <a href="qmailactionobserver.html">QMailActionObserver</a></p>
<h3 class="fn"><a name="actions"></a><a href="http://doc.trolltech.com/4.5/qlist.html">QList</a>&lt;<a href="http://doc.trolltech.com/4.5/qsharedpointer.html">QSharedPointer</a>&lt;<a href="qmailactioninfo.html">QMailActionInfo</a>&gt; &gt; QMailActionObserver::actions () const</h3>
<p>Returns a list of the currently running actions on the message server.</p>
<p>See also <a href="qmailactioninfo.html">QMailActionInfo</a>.</p>
<h3 class="fn"><a name="actionsChanged"></a>void QMailActionObserver::actionsChanged ( const <a href="http://doc.trolltech.com/4.5/qlist.html">QList</a>&lt;<a href="http://doc.trolltech.com/4.5/qsharedpointer.html">QSharedPointer</a>&lt;<a href="qmailactioninfo.html">QMailActionInfo</a>&gt; &gt; &amp; <i>newActions</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
<p>This signal is emitted whenever the list of actions we are observing changes. This can be for three reasons: actions have started, actions have finished or the action list has just been initialized.</p>
<p>New list given by <i>newActions</i></p>
<p>See also <a href="qmailactionobserver.html#actions">actions</a>().</p>
<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>