QRenderTargetSelector Class

(Qt3D::QRenderTargetSelector)
Inherits: QFrameGraphNode

Properties

  • target : Qt3D::QRenderTarget *

Public Functions

QRenderTargetSelector(QNode * parent = 0)
~QRenderTargetSelector()
QList<QRenderAttachment::RenderAttachmentType> drawBuffers() const
void setTarget(QRenderTarget * target)
QRenderTarget * target() const

Signals

void targetChanged()

Protected Functions

QRenderTargetSelector(QRenderTargetSelectorPrivate & dd, QNode * parent = 0)
void copy(const QNode * ref)

Property Documentation

target : Qt3D::QRenderTarget *

Access functions:

QRenderTarget * target() const
void setTarget(QRenderTarget * target)

Notifier signal:

void targetChanged()

Member Function Documentation

QRenderTargetSelector::QRenderTargetSelector(QNode * parent = 0)

[protected] QRenderTargetSelector::QRenderTargetSelector(QRenderTargetSelectorPrivate & dd, QNode * parent = 0)

QRenderTargetSelector::~QRenderTargetSelector()

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

QList<QRenderAttachment::RenderAttachmentType> QRenderTargetSelector::drawBuffers() const

Returns the list of draw buffers for the current Qt3D::QRenderTargetSelector instance.

© 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.