summaryrefslogtreecommitdiff
path: root/doc/src/declarative
diff options
context:
space:
mode:
authorMarko Niemelä <marko.a.niemela@nokia.com>2011-06-13 15:49:35 +0300
committerMarko Niemelä <marko.a.niemela@nokia.com>2011-06-13 15:51:05 +0300
commit3359984cd1f8e568feb42969830b3fb6a13f5718 (patch)
tree43e37c0431da93294a50af2b50bc1e4cd828a95b /doc/src/declarative
parent5f879c55e531165cc2569b03c3796d0f33d0a0b7 (diff)
downloadqt4-tools-3359984cd1f8e568feb42969830b3fb6a13f5718.tar.gz
Qmlshadersplugin API documentation enhancements.
Added a link from qml element index, removed some unnecessary doc markings, added missing example image and some other minor fixes. Reviewed-by: Kim Gronholm
Diffstat (limited to 'doc/src/declarative')
-rw-r--r--doc/src/declarative/elements.qdoc13
-rw-r--r--doc/src/declarative/pics/shaderexample.pngbin0 -> 3941 bytes
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc
index a861a66a58..6b7a5fc8f0 100644
--- a/doc/src/declarative/elements.qdoc
+++ b/doc/src/declarative/elements.qdoc
@@ -175,6 +175,8 @@ Elements that animate properties based on data types
\o \l {ParticleMotionLinear} - Adds linear motion behavior to \l {Particles}
\o \l {ParticleMotionGravity} - Adds gravitational motion to \l {Particles}
\o \l {ParticleMotionWander} - Adds varied motions to \l {Particles}
+\o \l {ShaderEffectItem} - Enables the use of OpenGL Shading Language together with QML
+\o \l {ShaderEffectSource} - Encapsulates QML item tree as a source item for \l {ShaderEffectItem}
\endlist
\section1 Add-On Elements
@@ -321,3 +323,14 @@ should first be obtained and installed.
\generatelist{related}
*/
+
+/*!
+ \group qml-shader-elements
+ \title QML Shader Elements
+ \ingroup qml-groups
+
+ \brief Elements for using OpenGL shading language code together with the QML code.
+
+ \generatelist{related}
+
+*/
diff --git a/doc/src/declarative/pics/shaderexample.png b/doc/src/declarative/pics/shaderexample.png
new file mode 100644
index 0000000000..dbc7291aac
--- /dev/null
+++ b/doc/src/declarative/pics/shaderexample.png
Binary files differ