aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgnode.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-08-08 12:10:44 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2014-08-08 20:06:57 +0200
commit268833784bf10715ded1bdfa0d61fc6c67343c16 (patch)
treed3d4d1a60e26519c7ad50bf5e900c62f1ac81272 /src/quick/scenegraph/coreapi/qsgnode.cpp
parenta0dfd5e52603f6846b46bcdd80e0ca8008a31d2a (diff)
Improve support for node iteration in the internal API
Added a new node visitor that allows easier traversal of the specialized node types such as the image or rectangle nodes. Change-Id: I45a7d3e1513b4a4db9d07998a6bcee9eba34044e Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgnode.cpp')
-rw-r--r--src/quick/scenegraph/coreapi/qsgnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgnode.cpp b/src/quick/scenegraph/coreapi/qsgnode.cpp
index 4c25338ef8..0950148c98 100644
--- a/src/quick/scenegraph/coreapi/qsgnode.cpp
+++ b/src/quick/scenegraph/coreapi/qsgnode.cpp
@@ -135,6 +135,7 @@ static void qt_print_node_count()
\value OwnsOpaqueMaterial Only valid for QSGGeometryNode. The node has
ownership over the opaque material and will delete it when the node is
destroyed or a material is assigned.
+ \value InternalReserved Reserved for internal use.
*/
/*!