This file is indexed.

/usr/share/qt5/doc/qtfeedback/qfeedbackinterface.html is in qtfeedback5-doc-html 5.0~git20130529-0ubuntu13.

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
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qfeedbackplugin.cpp -->
  <title>QFeedbackInterface Class | Qt 5.0 </title>
  <link rel="stylesheet" type="text/css" href="style/style.css" />
</head>
<body>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li>Qt 5.0</li>
<li>QFeedbackInterface</li>
<li id="buildversion">Qt 5.0.0 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-types">Public Types</a></li>
<li class="level1"><a href="#static-protected-members">Static Protected Members</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QFeedbackInterface Class</h1>
<!-- $$$QFeedbackInterface-brief -->
<p>The <a href="qfeedbackinterface.html">QFeedbackInterface</a> class is the base class for plugins providing feedback. <a href="#details">More...</a></p>
<!-- @@@QFeedbackInterface -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include &lt;QFeedbackInterface&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherited By:</td><td class="memItemRight bottomAlign"> <p><a href="qfeedbackhapticsinterface.html">QFeedbackHapticsInterface</a> and <a href="qfeedbackthemeinterface.html">QFeedbackThemeInterface</a></p>
</td></tr></table></div><ul>
<li><a href="qfeedbackinterface-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-types"></a>
<h2 id="public-types">Public Types</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qfeedbackinterface.html#PluginPriority-enum">PluginPriority</a></b> { PluginLowPriority, PluginNormalPriority, PluginHighPriority }</td></tr>
</table></div>
<a name="static-protected-members"></a>
<h2 id="static-protected-members">Static Protected Members</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qfeedbackinterface.html#reportError">reportError</a></b>(const QFeedbackEffect *<i> effect</i>, QFeedbackEffect::ErrorType<i> error</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QFeedbackInterface-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qfeedbackinterface.html">QFeedbackInterface</a> class is the base class for plugins providing feedback.</p>
<p>This interface gives the possibility to report errors from within a backend plugin.</p>
</div>
<!-- @@@QFeedbackInterface -->
<div class="types">
<h2>Member Type Documentation</h2>
<!-- $$$PluginPriority$$$PluginLowPriority$$$PluginNormalPriority$$$PluginHighPriority -->
<h3 class="fn" id="PluginPriority-enum"><a name="PluginPriority-enum"></a>enum QFeedbackInterface::<span class="name">PluginPriority</span></h3>
<p>This enum describes the priority that the plugin should have in case more than one of the same type (Haptics or Theme) is found. If more than one plugin has the same priority, the first one that has been loaded will be used. However, multiple file effect plugins can be loaded at the same time.</p>
<div class="table"><table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><code>QFeedbackInterface::PluginLowPriority</code></td><td class="topAlign"><code>0</code></td><td class="topAlign">The plugin will have a low priority. This is usually the case for platform specific-APIs.</td></tr>
<tr><td class="topAlign"><code>QFeedbackInterface::PluginNormalPriority</code></td><td class="topAlign"><code>1</code></td><td class="topAlign">The plugin will have a normal priority. This is usually the case for advanced technologies.</td></tr>
<tr><td class="topAlign"><code>QFeedbackInterface::PluginHighPriority</code></td><td class="topAlign"><code>2</code></td><td class="topAlign">The plugin will have higher priority. Use this priority if you want your own plugin to be used.</td></tr>
</table></div>
<!-- @@@PluginPriority -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$reportError[overload1]$$$reportErrorconstQFeedbackEffect*QFeedbackEffect::ErrorType -->
<h3 class="fn" id="reportError"><a name="reportError"></a><code>[static protected] </code><span class="type">void</span> QFeedbackInterface::<span class="name">reportError</span>(const <span class="type"><a href="qfeedbackeffect.html">QFeedbackEffect</a></span> *<i> effect</i>, <span class="type"><a href="qfeedbackeffect.html#ErrorType-enum">QFeedbackEffect::ErrorType</a></span><i> error</i>)</h3>
<p>Allows a plugin to report the specified <i>error</i> whenever necessary. Errors most likely can happen trying to play or pause an effect, which should be supplied as the parameter <i>effect</i>.</p>
<!-- @@@reportError -->
</div>
<div class="footer">Copyright (c) 2011 Nokia Corporation and/or its subsidiaries. All rights reserved.</div>
</body>
</html>