/usr/share/qt5/doc/qtquick/qtquick-particles-qmlmodule.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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- particles.qdoc -->
<title>Qt Quick Particles QML Types | 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>Qt Quick Particles QML Types</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">Qt Quick Particles QML Types</h1>
<span class="subtitle"></span>
<!-- $$$QtQuick.Particles-description -->
<div class="descr"> <a name="details"></a>
</p>
<p>This QML module contains a particle system for Qt Quick. To use these types, import the module with the following line:</p>
<pre class="cpp">import <span class="type"><a href="qtquick-module.html">QtQuick</a></span><span class="operator">.</span>Particles <span class="number">2.0</span></pre>
<p>For a simple overview of how the system can be used, see <a href="qtquick-effects-particles.html">Using the Qt Quick Particle System</a>.</p>
<p>For details on the performance characteristics see <a href="qtquick-particles-performance.html">Qt Quick Particle System Performance</a>.</p>
</div>
<!-- @@@QtQuick.Particles -->
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-affector.html">Affector</a></p></td><td class="tblDescr"><p>Applies alterations to the attributes of logical particles at any point in their lifetime</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-age.html">Age</a></p></td><td class="tblDescr"><p>For altering particle ages</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-angledirection.html">AngleDirection</a></p></td><td class="tblDescr"><p>For specifying a direction that varies in angle</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-attractor.html">Attractor</a></p></td><td class="tblDescr"><p>For attracting particles towards a specific point</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-cumulativedirection.html">CumulativeDirection</a></p></td><td class="tblDescr"><p>For specifying a direction made of other directions</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-customparticle.html">CustomParticle</a></p></td><td class="tblDescr"><p>For specifying shaders to paint particles</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-direction.html">Direction</a></p></td><td class="tblDescr"><p>For specifying a vector space</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-ellipseshape.html">EllipseShape</a></p></td><td class="tblDescr"><p>Represents an ellipse to other particle system elements</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-emitter.html">Emitter</a></p></td><td class="tblDescr"><p>Emits logical particles</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-friction.html">Friction</a></p></td><td class="tblDescr"><p>For applying friction proportional to the particle's current velocity</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-gravity.html">Gravity</a></p></td><td class="tblDescr"><p>For applying acceleration in an angle</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-groupgoal.html">GroupGoal</a></p></td><td class="tblDescr"><p>For changing the state of a group of a particle</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-imageparticle.html">ImageParticle</a></p></td><td class="tblDescr"><p>For visualizing logical particles using an image</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-itemparticle.html">ItemParticle</a></p></td><td class="tblDescr"><p>For specifying a delegate to paint particles</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-lineshape.html">LineShape</a></p></td><td class="tblDescr"><p>Represents a line for affectors and emitters</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-maskshape.html">MaskShape</a></p></td><td class="tblDescr"><p>For representing an image as a shape to affectors and emitters</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-particle.html">Particle</a></p></td><td class="tblDescr"><p>Represents particles manipulated by emitters and affectors</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-particlegroup.html">ParticleGroup</a></p></td><td class="tblDescr"><p>For setting attributes on a logical particle group</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-particlepainter.html">ParticlePainter</a></p></td><td class="tblDescr"><p>For specifying how to paint particles</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-particlesystem.html">ParticleSystem</a></p></td><td class="tblDescr"><p>A system which includes particle painter, emitter, and affector types</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-pointdirection.html">PointDirection</a></p></td><td class="tblDescr"><p>For specifying a direction that varies in x and y components</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-rectangleshape.html">RectangleShape</a></p></td><td class="tblDescr"><p>For specifying an area for affectors and emitter</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-shape.html">Shape</a></p></td><td class="tblDescr"><p>For specifying an area for affectors and emitters</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-spritegoal.html">SpriteGoal</a></p></td><td class="tblDescr"><p>For changing the state of a sprite particle</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-targetdirection.html">TargetDirection</a></p></td><td class="tblDescr"><p>For specifying a direction towards the target point</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-trailemitter.html">TrailEmitter</a></p></td><td class="tblDescr"><p>Emits logical particles from other logical particles</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-turbulence.html">Turbulence</a></p></td><td class="tblDescr"><p>Provides fluid-like forces from a noise image</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-particles-wander.html">Wander</a></p></td><td class="tblDescr"><p>For applying random particle trajectory</p></td></tr>
</table></div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</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>
|