This file is indexed.

/usr/share/qt5/doc/qtfeedback/qfeedbackthemeinterface.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
<?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>QFeedbackThemeInterface 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>QFeedbackThemeInterface</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-functions">Public Functions</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">QFeedbackThemeInterface Class</h1>
<!-- $$$QFeedbackThemeInterface-brief -->
<p>The <a href="qfeedbackthemeinterface.html">QFeedbackThemeInterface</a> class is the base class for plugins providing themed effects. <a href="#details">More...</a></p>
<!-- @@@QFeedbackThemeInterface -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include &lt;QFeedbackThemeInterface&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <a href="qfeedbackinterface.html">QFeedbackInterface</a></td></tr></table></div><ul>
<li><a href="qfeedbackthemeinterface-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> virtual bool </td><td class="memItemRight bottomAlign"><b><a href="qfeedbackthemeinterface.html#play">play</a></b>(QFeedbackEffect::Effect<i> effect</i>) = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual PluginPriority </td><td class="memItemRight bottomAlign"><b><a href="qfeedbackthemeinterface.html#pluginPriority">pluginPriority</a></b>() = 0</td></tr>
</table></div>
<h3>Additional Inherited Members</h3>
<ul>
<li class="fn">1 static protected member inherited from <a href="qfeedbackinterface.html#static-protected-members">QFeedbackInterface</a></li>
</ul>
<a name="details"></a>
<!-- $$$QFeedbackThemeInterface-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qfeedbackthemeinterface.html">QFeedbackThemeInterface</a> class is the base class for plugins providing themed effects.</p>
<p>They can be of any nature (tactile, audio..&#x2e;)&#x2e; This simple interface will be used to play those themed effects by a simple call to the play method.</p>
</div>
<!-- @@@QFeedbackThemeInterface -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$play[overload1]$$$playQFeedbackEffect::Effect -->
<h3 class="fn" id="play"><a name="play"></a><code>[pure virtual] </code><span class="type">bool</span> QFeedbackThemeInterface::<span class="name">play</span>(<span class="type"><a href="qfeedbackeffect.html#Effect-enum">QFeedbackEffect::Effect</a></span><i> effect</i>)</h3>
<p>Plays the theme effect <i>effect</i>. Returns false in case of an error.</p>
<!-- @@@play -->
<!-- $$$pluginPriority[overload1]$$$pluginPriority -->
<h3 class="fn" id="pluginPriority"><a name="pluginPriority"></a><code>[pure virtual] </code><span class="type"><a href="qfeedbackinterface.html#PluginPriority-enum">PluginPriority</a></span> QFeedbackThemeInterface::<span class="name">pluginPriority</span>()</h3>
<p>Returns the priority for the plugin.</p>
<!-- @@@pluginPriority -->
</div>
<div class="footer">Copyright (c) 2011 Nokia Corporation and/or its subsidiaries. All rights reserved.</div>
</body>
</html>