QRenderTargetSelector Class
(Qt3DRender::QRenderTargetSelector)Inherits: | QFrameGraphNode |
Properties
- target : Qt3DRender::QRenderTarget *
- 2 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
Public Functions
QRenderTargetSelector(Qt3DCore::QNode *parent = nullptr) | |
~QRenderTargetSelector() | |
QVector<QRenderTargetOutput::AttachmentPoint> | outputs() const |
void | setOutputs(const QVector<QRenderTargetOutput::AttachmentPoint> &buffers) |
QRenderTarget * | target() const |
- 1 public function inherited from Qt3DRender::QFrameGraphNode
- 6 public functions inherited from Qt3DCore::QNode
- 31 public functions inherited from QObject
Public Slots
void | setTarget(QRenderTarget *target) |
- 2 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
Signals
void | targetChanged(QRenderTarget *target) |
- 3 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
Protected Functions
QRenderTargetSelector(QRenderTargetSelectorPrivate &dd, Qt3DCore::QNode *parent = nullptr) |
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected variables inherited from QObject
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 = nullptr)
Default constructs an instance of QRenderTargetSelector.
[protected]
QRenderTargetSelector::QRenderTargetSelector(QRenderTargetSelectorPrivate &dd, Qt3DCore::QNode *parent = nullptr)
Copy constructor.
QRenderTargetSelector::~QRenderTargetSelector()
Destroys the instance of QRenderTargetSelector.
QVector<QRenderTargetOutput::AttachmentPoint> QRenderTargetSelector::outputs() const
See also setOutputs().
void QRenderTargetSelector::setOutputs(const QVector<QRenderTargetOutput::AttachmentPoint> &buffers)
See also outputs().