FrameGraphNode Class
(Qt3D::Render::FrameGraphNode)| Inherits: | |
| Inherited By: |
Public Types
| enum | FrameGraphNodeType { InvalidNodeType, CameraSelector, LayerFilter, RenderPassFilter, ..., NoDraw } |
Public Functions
| FrameGraphNode() | |
| virtual | ~FrameGraphNode() |
| void | appendChildHandle(HFrameGraphNode childHandle) |
| QList<FrameGraphNode *> | children() const |
| QList<HFrameGraphNode> | childrenHandles() const |
| HFrameGraphNode | handle() const |
| bool | isEnabled() const |
| FrameGraphNodeType | nodeType() const |
| FrameGraphNode * | parent() const |
| HFrameGraphNode | parentHandle() const |
| void | removeChildHandle(HFrameGraphNode childHandle) |
| void | setEnabled(bool enabled) |
| void | setFrameGraphManager(FrameGraphManager * manager) |
| void | setHandle(HFrameGraphNode handle) |
| void | setParentHandle(HFrameGraphNode parentHandle) |
Protected Functions
| FrameGraphNode(FrameGraphNodeType nodeType) |
Member Function Documentation
FrameGraphNode::FrameGraphNode()
[protected] FrameGraphNode::FrameGraphNode(FrameGraphNodeType nodeType)
[virtual] FrameGraphNode::~FrameGraphNode()
void FrameGraphNode::appendChildHandle(HFrameGraphNode childHandle)
QList<FrameGraphNode *> FrameGraphNode::children() const
QList<HFrameGraphNode> FrameGraphNode::childrenHandles() const
HFrameGraphNode FrameGraphNode::handle() const
See also setHandle().
bool FrameGraphNode::isEnabled() const
FrameGraphNodeType FrameGraphNode::nodeType() const
FrameGraphNode * FrameGraphNode::parent() const
HFrameGraphNode FrameGraphNode::parentHandle() const
See also setParentHandle().
void FrameGraphNode::removeChildHandle(HFrameGraphNode childHandle)
void FrameGraphNode::setEnabled(bool enabled)
See also isEnabled().
void FrameGraphNode::setFrameGraphManager(FrameGraphManager * manager)
void FrameGraphNode::setHandle(HFrameGraphNode handle)
See also handle().
void FrameGraphNode::setParentHandle(HFrameGraphNode parentHandle)
See also parentHandle().
© 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.