QFrameGraphNode Class

(Qt3DRender::QFrameGraphNode)

Base class of all FrameGraph configuration nodes. More...

Public Functions

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

Protected Functions

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

Additional Inherited Members

Detailed Description

Base class of all FrameGraph configuration nodes.

This is an abstract class so it cannot be instanced directly but rather through one of its subclasses.

Member Function Documentation

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

Default constructs an instance of QFrameGraphNode.

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

Copy constructor.

QFrameGraphNode *QFrameGraphNode::parentFrameGraphNode() const

Returns a pointer to the parent.