QRenderTargetSelector Class

(Qt3DRender::QRenderTargetSelector)

Properties

  • target : Qt3DRender::QRenderTarget *

Public Functions

QRenderTargetSelector(Qt3DCore::QNode *parent = Q_NULLPTR)
~QRenderTargetSelector()
QList<QRenderAttachment::RenderAttachmentType> drawBuffers() const
void setDrawBuffers(const QList<QRenderAttachment::RenderAttachmentType> &buffers)
QRenderTarget *target() const

Public Slots

void setTarget(QRenderTarget *target)

Signals

void targetChanged(QRenderTarget *target)

Protected Functions

QRenderTargetSelector(QRenderTargetSelectorPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR)
void copy(const Qt3DCore::QNode *ref)

Additional Inherited Members

Property Documentation

target : Qt3DRender::QRenderTarget *

Access functions:

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

Notifier signal:

void targetChanged(QRenderTarget *target)

Member Function Documentation

QRenderTargetSelector::QRenderTargetSelector(Qt3DCore::QNode *parent = Q_NULLPTR)

Default constructs an instance of QRenderTargetSelector.

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

Copy constructor.

QRenderTargetSelector::~QRenderTargetSelector()

Destroys the instance of QRenderTargetSelector.

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

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

See also setDrawBuffers().

void QRenderTargetSelector::setDrawBuffers(const QList<QRenderAttachment::RenderAttachmentType> &buffers)

See also drawBuffers().

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