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
qquick3dxrinputmanager_p.h
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#ifndef QQUICK3DXINPUTMANAGER_P_H
5#define QQUICK3DXINPUTMANAGER_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtQuick3DXr/private/qtquick3dxrglobal_p.h>
19
20#include <QtCore/qobject.h>
21
23
25
27
29
31{
33 Q_DECLARE_PRIVATE(QQuick3DXrInputManager)
34
35public:
37
39
42
43 bool isValid() const;
44
45private:
46 explicit QQuick3DXrInputManager(QObject *parent = nullptr);
47 ~QQuick3DXrInputManager() override;
48
49 std::unique_ptr<QQuick3DXrInputManagerPrivate> d_ptr;
50};
51
52
54
55#endif // QQUICK3DXINPUTMANAGER_P_H
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
\qmltype Geometry \inherits Object3D \inqmlmodule QtQuick3D \instantiates QQuick3DGeometry
QQuick3DXrHandInput * leftHandInput() const
QQuick3DXrHandInput * rightHandInput() const
static QQuick3DXrInputManager * instance()
Combined button and popup list for selecting options.
#define Q_OBJECT