QLayerFilter Class

(Qt3DRender::QLayerFilter)

The QLayerFilter class provides ... More...

Header: #include <QLayerFilter>
qmake: QT += 3drender
Since: Qt 5.5
Instantiated By: LayerFilter
Inherits: Qt3DRender::QFrameGraphNode

Properties

Public Functions

QLayerFilter(Qt3DCore::QNode *parent = Q_NULLPTR)
~QLayerFilter()
QStringList layers() const

Public Slots

void setLayers(const QStringList &layers)

Signals

void layersChanged(const QStringList &layers)

Protected Functions

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

Additional Inherited Members

Detailed Description

The QLayerFilter class provides ...

Property Documentation

layers : QStringList

Access functions:

QStringList layers() const
void setLayers(const QStringList &layers)

Notifier signal:

void layersChanged(const QStringList &layers)

Member Function Documentation

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

Constructs a new QLayerFilter with the specified parent.

[protected] QLayerFilter::QLayerFilter(QLayerFilterPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR)

Copy constructor.

QLayerFilter::~QLayerFilter()

Destroys the instance of QLayerFilter.

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

Copies the ref instance into this one.

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