Module qmetaobject::scenegraph[][src]

Structs

SGNode

A typed node in the scene graph

Enums

ContainerNode

Tag to be used in SGNode. SGNode is a node that simply contains other node. Either all the node have the same type, but the number of nodes is not known at compile time, or the child node can have different type, but the amont of nodes is known at compile time

RectangleNode

Wrapper around QSGRectangleNode

TransformNode

Wrapper around QSGTransformNode

Traits

UpdateNodeFnTuple

Represent a tuple of Fn(SGNode<…>)->SGNode<…>), for SGNode::update_static