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.

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