QRenderTargetSelector Class

(Qt3DRender::QRenderTargetSelector)
Inherits: Qt3DRender::QFrameGraphNode

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().

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qt3drender-qrendertargetselector.html