Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquick3dscenerootnode.cpp
Go to the documentation of this file.
1// Copyright (C) 2019 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
5
7
9 : QQuick3DNode(parent)
10 , m_view3D(view3D)
11{
12}
13
17
18
20{
21 return m_view3D;
22}
23
QQuick3DSceneRootNode(QQuick3DViewport *view3D=nullptr, QQuick3DNode *parent=nullptr)
QQuick3DViewport * view3D()
Combined button and popup list for selecting options.