QFrameGraphNode Class

(Qt3DRender::QFrameGraphNode)

Base class of all FrameGraph configuration nodes. 更多...

公有函数

QFrameGraphNode(Qt3DCore::QNode *parent = nullptr)
QFrameGraphNode *parentFrameGraphNode() const

受保护的函数

QFrameGraphNode(QFrameGraphNodePrivate &dd, Qt3DCore::QNode *parent = nullptr)

重新实现的受保护函数

virtual Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const

其他继承的成员

详细描述

Base class of all FrameGraph configuration nodes.

This class is rarely instanced directly since it doesn't provide any frame graph specific behavior, although it can be convenient to use for grouping other nodes together in dynamic frame graphs. The actual behavior comes from the subclasses.

The subclasses are:

classdescription
Qt3DRender::QCameraSelectorSelect camera from all available cameras in the scene
Qt3DRender::QClearBuffersSpecify which buffers to clear and to what values
Qt3DRender::QDispatchComputeSpecify Compute operation kernels
Qt3DRender::QFrustumCullingEnable frustum culling
Qt3DRender::QLayerFilterSelect which layers to draw
Qt3DRender::QNoDrawDisable drawing
Qt3DRender::QRenderPassFilterSelect which render passes to draw
Qt3DRender::QRenderStateSetSet render states
Qt3DRender::QRenderSurfaceSelectorSelect which surface to draw to
Qt3DRender::QRenderTargetSelectorSelect which QRenderTarget to draw to
Qt3DRender::QSortPolicySpecify how entities are sorted to determine draw order
Qt3DRender::QTechniqueFilterSelect which techniques to draw
Qt3DRender::QViewportSpecify viewport
Qt3DRender::QMemoryBarrierPlaces a memory barrier

成员函数

QFrameGraphNode::QFrameGraphNode(Qt3DCore::QNode *parent = nullptr)

Default constructs an instance of QFrameGraphNode.

[protected] QFrameGraphNode::QFrameGraphNode(QFrameGraphNodePrivate &dd, Qt3DCore::QNode *parent = nullptr)

Copy constructor.

[virtual protected] Qt3DCore::QNodeCreatedChangeBasePtr QFrameGraphNode::createNodeCreationChange() const

QFrameGraphNode *QFrameGraphNode::parentFrameGraphNode() const

Returns a pointer to the parent.