This file is indexed.

/usr/share/qt5/doc/qtquick/qquickwindow-members.html is in qtdeclarative5-doc-html 5.5.1-2ubuntu6.

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
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qquickwindow.cpp -->
  <title>List of All Members for QQuickWindow | Qt Quick 5.5</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.5</li>
<li><a href="qtquick-index.html">Qt Quick</a></li>
<li><a href="qtquick-module.html">C++ Classes</a></li>
<li>QQuickWindow</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for QQuickWindow</h1>
<p>This is the complete list of members for <a href="qquickwindow.html">QQuickWindow</a>, including inherited members.</p>
<div class="table"><table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn">enum <span class="name"><b><a href="qquickwindow.html#CreateTextureOption-enum">CreateTextureOption</a></b></span></li>
<li class="fn">flags <span class="name"><b><a href="qquickwindow.html#CreateTextureOption-enum">CreateTextureOptions</a></b></span></li>
<li class="fn">enum <span class="name"><b><a href="qquickwindow.html#RenderStage-enum">RenderStage</a></b></span></li>
<li class="fn">enum <span class="name"><b><a href="qquickwindow.html#SceneGraphError-enum">SceneGraphError</a></b></span></li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#QQuickWindow">QQuickWindow</a></b></span>(QWindow *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#dtor.QQuickWindow">~QQuickWindow</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#accessibleRoot">accessibleRoot</a></b></span>() const : QAccessibleInterface *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#activeFocusItem-prop">activeFocusItem</a></b></span>() const : QQuickItem *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#activeFocusItem-prop">activeFocusItemChanged</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#afterAnimating">afterAnimating</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#afterRendering">afterRendering</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#afterSynchronizing">afterSynchronizing</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#beforeRendering">beforeRendering</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#beforeSynchronizing">beforeSynchronizing</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#clearBeforeRendering">clearBeforeRendering</a></b></span>() const : bool</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#closing">closing</a></b></span>(QQuickCloseEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#color-prop">color</a></b></span>() const : QColor</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#color-prop">colorChanged</a></b></span>(const QColor &amp;)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#contentItem-prop">contentItem</a></b></span>() const : QQuickItem *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#createTextureFromId">createTextureFromId</a></b></span>(uint, const QSize &amp;, CreateTextureOptions) const : QSGTexture *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#createTextureFromImage">createTextureFromImage</a></b></span>(const QImage &amp;, CreateTextureOptions) const : QSGTexture *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#createTextureFromImage-2">createTextureFromImage</a></b></span>(const QImage &amp;) const : QSGTexture *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#effectiveDevicePixelRatio">effectiveDevicePixelRatio</a></b></span>() const : qreal</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#event">event</a></b></span>(QEvent *) : bool</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#exposeEvent">exposeEvent</a></b></span>(QExposeEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#focusInEvent">focusInEvent</a></b></span>(QFocusEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#focusOutEvent">focusOutEvent</a></b></span>(QFocusEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#frameSwapped">frameSwapped</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#grabWindow">grabWindow</a></b></span>() : QImage</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#hasDefaultAlphaBuffer">hasDefaultAlphaBuffer</a></b></span>() : bool</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#hideEvent">hideEvent</a></b></span>(QHideEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#incubationController">incubationController</a></b></span>() const : QQmlIncubationController *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#isPersistentOpenGLContext">isPersistentOpenGLContext</a></b></span>() const : bool</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#isPersistentSceneGraph">isPersistentSceneGraph</a></b></span>() const : bool</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#isSceneGraphInitialized">isSceneGraphInitialized</a></b></span>() const : bool</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#keyPressEvent">keyPressEvent</a></b></span>(QKeyEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#keyReleaseEvent">keyReleaseEvent</a></b></span>(QKeyEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#mouseDoubleClickEvent">mouseDoubleClickEvent</a></b></span>(QMouseEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#mouseGrabberItem">mouseGrabberItem</a></b></span>() const : QQuickItem *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#mouseMoveEvent">mouseMoveEvent</a></b></span>(QMouseEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#mousePressEvent">mousePressEvent</a></b></span>(QMouseEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#mouseReleaseEvent">mouseReleaseEvent</a></b></span>(QMouseEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#openglContext">openglContext</a></b></span>() const : QOpenGLContext *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#openglContextCreated">openglContextCreated</a></b></span>(QOpenGLContext *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#releaseResources">releaseResources</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#renderTarget">renderTarget</a></b></span>() const : QOpenGLFramebufferObject *</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#renderTargetId">renderTargetId</a></b></span>() const : uint</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#renderTargetSize">renderTargetSize</a></b></span>() const : QSize</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#resetOpenGLState">resetOpenGLState</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#resizeEvent">resizeEvent</a></b></span>(QResizeEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#sceneGraphAboutToStop">sceneGraphAboutToStop</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#sceneGraphError">sceneGraphError</a></b></span>(QQuickWindow::SceneGraphError, const QString &amp;)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#sceneGraphInitialized">sceneGraphInitialized</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#sceneGraphInvalidated">sceneGraphInvalidated</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#scheduleRenderJob">scheduleRenderJob</a></b></span>(QRunnable *, RenderStage)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#sendEvent">sendEvent</a></b></span>(QQuickItem *, QEvent *) : bool</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#setClearBeforeRendering">setClearBeforeRendering</a></b></span>(bool)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#color-prop">setColor</a></b></span>(const QColor &amp;)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#setDefaultAlphaBuffer">setDefaultAlphaBuffer</a></b></span>(bool)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#setPersistentOpenGLContext">setPersistentOpenGLContext</a></b></span>(bool)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#setPersistentSceneGraph">setPersistentSceneGraph</a></b></span>(bool)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#setRenderTarget">setRenderTarget</a></b></span>(QOpenGLFramebufferObject *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#setRenderTarget-2">setRenderTarget</a></b></span>(uint, const QSize &amp;)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#showEvent">showEvent</a></b></span>(QShowEvent *)</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#update">update</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qquickwindow.html#wheelEvent">wheelEvent</a></b></span>(QWheelEvent *)</li>
</ul>
</td></tr>
</table></div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2015 The Qt Company Ltd.
   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>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>