QLayer Class

(Qt3D::QLayer)

The QLayer class provides ... More...

Header: #include <QLayer>
qmake: QT += 3drenderer
Since: Qt 5.5
Instantiated By: Layer
Inherits:

Properties

Public Functions

QLayer(QNode * parent = 0)
~QLayer()
QStringList names() const
void setNames(const QStringList & names)

Signals

void namesChanged()

Protected Functions

void copy(const QNode * ref)

Detailed Description

The QLayer class provides ...

Property Documentation

names : QStringList

Access functions:

QStringList names() const
void setNames(const QStringList & names)

Notifier signal:

void namesChanged()

Member Function Documentation

QLayer::QLayer(QNode * parent = 0)

QLayer::~QLayer()

[protected] void QLayer::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.