aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgnode.h
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2012-02-14 12:31:11 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-20 10:28:18 +0100
commitcb9a213e540c5152a5c9634d590285fb4d231141 (patch)
tree5095e8aab425df28339bc93ebb47af44cb44709c /src/quick/scenegraph/coreapi/qsgnode.h
parent330152354aed8496ac78d145e14b25ee2d7bf8fb (diff)
Added QSGRenderNode class.
Change-Id: I8c903cae490158b864af60f53c10c10f2faea7c0 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgnode.h')
-rw-r--r--src/quick/scenegraph/coreapi/qsgnode.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgnode.h b/src/quick/scenegraph/coreapi/qsgnode.h
index 6ffbaddb5f..becee6ab2c 100644
--- a/src/quick/scenegraph/coreapi/qsgnode.h
+++ b/src/quick/scenegraph/coreapi/qsgnode.h
@@ -71,6 +71,9 @@ public:
TransformNodeType,
ClipNodeType,
OpacityNodeType,
+#ifndef Q_QDOC
+ RenderNodeType, // internal
+#endif
UserNodeType = 1024
};
@@ -165,7 +168,7 @@ private:
QSGNode *m_lastChild;
QSGNode *m_nextSibling;
QSGNode *m_previousSibling;
- int m_subtreeGeometryCount;
+ int m_subtreeRenderableCount;
Flags m_nodeFlags;
DirtyState m_dirtyState;