QFrameGraph Class

(Qt3D::QFrameGraph)
Instantiated By: FrameGraph
Inherits:

Properties

Public Functions

QFrameGraph(QNode * parent = 0)
~QFrameGraph()
QFrameGraphNode * activeFrameGraph() const
void setActiveFrameGraph(QFrameGraphNode * activeFrameGraph)

Signals

Protected Functions

void copy(const QNode * ref)

Property Documentation

activeFrameGraph : Qt3D::QFrameGraphNode *

Holds the current activeFrameGraph root node.

Access functions:

QFrameGraphNode * activeFrameGraph() const
void setActiveFrameGraph(QFrameGraphNode * activeFrameGraph)

Notifier signal:

void activeFrameGraphChanged()

Member Function Documentation

QFrameGraph::QFrameGraph(QNode * parent = 0)

Constructs a new QFrameGraph with the specified parent.

QFrameGraph::~QFrameGraph()

[protected] void QFrameGraph::copy(const QNode * ref)

Copies the ref instance into this one.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.