This file is indexed.

/usr/share/qt5/doc/qtscript/qscriptvalue-obsolete.html is in qtscript5-doc-html 5.2.1+dfsg-1ubuntu1.

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
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qscriptvalue.cpp -->
  <title>Obsolete Members for QScriptValue | QtScript </title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li>Qt 5.2</li>
<li><a href="qtscript-index.html">Qt Script</a></li>
<li><a href="qtscript-module.html">C++ Classes</a></li>
<li>QScriptValue</li>
<li id="buildversion">
Qt 5.2.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<h1 class="title">Obsolete Members for QScriptValue</h1>
<p><b>The following members of class <a href="qscriptvalue.html">QScriptValue</a> are obsolete.</b> They are provided to keep old source code working. We strongly advise against using them in new code.</p>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#QScriptValue-3">QScriptValue</a></b>(QScriptEngine *<i> engine</i>, SpecialValue<i> value</i>)<tt> (obsolete)</tt></td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#QScriptValue-4">QScriptValue</a></b>(QScriptEngine *<i> engine</i>, bool<i> value</i>)<tt> (obsolete)</tt></td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#QScriptValue-5">QScriptValue</a></b>(QScriptEngine *<i> engine</i>, int<i> value</i>)<tt> (obsolete)</tt></td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#QScriptValue-6">QScriptValue</a></b>(QScriptEngine *<i> engine</i>, uint<i> value</i>)<tt> (obsolete)</tt></td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#QScriptValue-7">QScriptValue</a></b>(QScriptEngine *<i> engine</i>, qsreal<i> value</i>)<tt> (obsolete)</tt></td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#QScriptValue-8">QScriptValue</a></b>(QScriptEngine *<i> engine</i>, const QString &amp;<i> value</i>)<tt> (obsolete)</tt></td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#QScriptValue-9">QScriptValue</a></b>(QScriptEngine *<i> engine</i>, const char *<i> value</i>)<tt> (obsolete)</tt></td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#isBoolean">isBoolean</a></b>() const<tt> (obsolete)</tt></td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#toBoolean">toBoolean</a></b>() const<tt> (obsolete)</tt></td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> QScriptValue </td><td class="memItemRight bottomAlign"><b><a href="qscriptvalue-obsolete.html#toObject">toObject</a></b>() const<tt> (obsolete)</tt></td></tr>
</table>
<h2>Member Function Documentation</h2>
<!-- $$$QScriptValue$$$QScriptValueQScriptEngine*SpecialValue -->
<h3 class="fn"><a name="QScriptValue-3"></a>QScriptValue::<span class="name">QScriptValue</span>(<span class="type"><a href="qscriptengine.html">QScriptEngine</a></span> *<i> engine</i>, <span class="type"><a href="qscriptvalue.html#SpecialValue-enum">SpecialValue</a></span><i> value</i>)</h3>
<p>Constructs a new <a href="qscriptvalue.html">QScriptValue</a> with the special <i>value</i> and registers it with the script <i>engine</i>.</p>
<!-- @@@QScriptValue -->
<!-- $$$QScriptValue$$$QScriptValueQScriptEngine*bool -->
<h3 class="fn"><a name="QScriptValue-4"></a>QScriptValue::<span class="name">QScriptValue</span>(<span class="type"><a href="qscriptengine.html">QScriptEngine</a></span> *<i> engine</i>, <span class="type">bool</span><i> value</i>)</h3>
<p>Constructs a new <a href="qscriptvalue.html">QScriptValue</a> with the boolean <i>value</i> and registers it with the script <i>engine</i>.</p>
<!-- @@@QScriptValue -->
<!-- $$$QScriptValue$$$QScriptValueQScriptEngine*int -->
<h3 class="fn"><a name="QScriptValue-5"></a>QScriptValue::<span class="name">QScriptValue</span>(<span class="type"><a href="qscriptengine.html">QScriptEngine</a></span> *<i> engine</i>, <span class="type">int</span><i> value</i>)</h3>
<p>Constructs a new <a href="qscriptvalue.html">QScriptValue</a> with the integer <i>value</i> and registers it with the script <i>engine</i>.</p>
<!-- @@@QScriptValue -->
<!-- $$$QScriptValue$$$QScriptValueQScriptEngine*uint -->
<h3 class="fn"><a name="QScriptValue-6"></a>QScriptValue::<span class="name">QScriptValue</span>(<span class="type"><a href="qscriptengine.html">QScriptEngine</a></span> *<i> engine</i>, <span class="type">uint</span><i> value</i>)</h3>
<p>Constructs a new <a href="qscriptvalue.html">QScriptValue</a> with the unsigned integer <i>value</i> and registers it with the script <i>engine</i>.</p>
<!-- @@@QScriptValue -->
<!-- $$$QScriptValue$$$QScriptValueQScriptEngine*qsreal -->
<h3 class="fn"><a name="QScriptValue-7"></a>QScriptValue::<span class="name">QScriptValue</span>(<span class="type"><a href="qscriptengine.html">QScriptEngine</a></span> *<i> engine</i>, <span class="type">qsreal</span><i> value</i>)</h3>
<p>Constructs a new <a href="qscriptvalue.html">QScriptValue</a> with the qsreal <i>value</i> and registers it with the script <i>engine</i>.</p>
<!-- @@@QScriptValue -->
<!-- $$$QScriptValue$$$QScriptValueQScriptEngine*constQString& -->
<h3 class="fn"><a name="QScriptValue-8"></a>QScriptValue::<span class="name">QScriptValue</span>(<span class="type"><a href="qscriptengine.html">QScriptEngine</a></span> *<i> engine</i>, const <span class="type">QString</span> &amp;<i> value</i>)</h3>
<p>Constructs a new <a href="qscriptvalue.html">QScriptValue</a> with the string <i>value</i> and registers it with the script <i>engine</i>.</p>
<!-- @@@QScriptValue -->
<!-- $$$QScriptValue$$$QScriptValueQScriptEngine*constchar* -->
<h3 class="fn"><a name="QScriptValue-9"></a>QScriptValue::<span class="name">QScriptValue</span>(<span class="type"><a href="qscriptengine.html">QScriptEngine</a></span> *<i> engine</i>, const <span class="type">char</span> *<i> value</i>)</h3>
<p>Constructs a new <a href="qscriptvalue.html">QScriptValue</a> with the string <i>value</i> and registers it with the script <i>engine</i>.</p>
<!-- @@@QScriptValue -->
<!-- $$$isBoolean[overload1]$$$isBoolean -->
<h3 class="fn"><a name="isBoolean"></a><span class="type">bool</span> QScriptValue::<span class="name">isBoolean</span>() const</h3>
<p>Use <a href="qscriptvalue.html#isBool">isBool</a>() instead.</p>
<!-- @@@isBoolean -->
<!-- $$$toBoolean[overload1]$$$toBoolean -->
<h3 class="fn"><a name="toBoolean"></a><span class="type">bool</span> QScriptValue::<span class="name">toBoolean</span>() const</h3>
<p>Use <a href="qscriptvalue.html#toBool">toBool</a>() instead.</p>
<!-- @@@toBoolean -->
<!-- $$$toObject[overload1]$$$toObject -->
<h3 class="fn"><a name="toObject"></a><span class="type">QScriptValue</span> QScriptValue::<span class="name">toObject</span>() const</h3>
<p>This function is obsolete; use <a href="qscriptengine.html#toObject">QScriptEngine::toObject</a>() instead.</p>
<!-- @@@toObject -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2013 Digia Plc and/or its
   subsidiaries. Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Digia, Qt and their respective logos are trademarks of Digia Plc     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>