QLayerFilter Class

(Qt3D::QLayerFilter)

The QLayerFilter class provides ... More...

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

Properties

Public Functions

QLayerFilter(QNode * parent = 0)
~QLayerFilter()
QStringList layers() const
void setLayers(const QStringList & layers)

Signals

void layersChanged()

Protected Functions

void copy(const QNode * ref)

Detailed Description

The QLayerFilter class provides ...

Property Documentation

layers : QStringList

Access functions:

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

Notifier signal:

void layersChanged()

Member Function Documentation

QLayerFilter::QLayerFilter(QNode * parent = 0)

Constructs a new QLayerFilter with the specified parent.

QLayerFilter::~QLayerFilter()

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

Copies the ref instance into this one.

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