C

Q3DSSubPresentationSettings Class

Settings for subpresentations. More...

Header: #include <Q3DSSubPresentationSettings>
Since: Qt 3D Studio 2.0
Instantiated By: SubPresentationSettings
Inherits: QObject

This class was introduced in Qt 3D Studio 2.0.

Properties

  • qmlStreams : const QQmlListProperty<Q3DSQmlStream>

Public Functions

QQmlListProperty<Q3DSQmlStream> qmlStreams()
QList<Q3DSQmlStream *> qmlStreamsList()

Detailed Description

See also Q3DSPresentation and Q3DSQmlStream.

Property Documentation

qmlStreams : const QQmlListProperty<Q3DSQmlStream>

Contains the QML streams to be used as subpresentations.

Access functions:

QQmlListProperty<Q3DSQmlStream> qmlStreams()

Member Function Documentation

QList<Q3DSQmlStream *> Q3DSSubPresentationSettings::qmlStreamsList()

Returns the list of QML streams to be used as subpresentations.

Available under certain Qt licenses.
Find out more.