Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qstaticrigidbody_p.h
Go to the documentation of this file.
1
// Copyright (C) 2021 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
#
ifndef
STATICRIGIDBODY_H
6
#
define
STATICRIGIDBODY_H
7
8
//
9
// W A R N I N G
10
// -------------
11
//
12
// This file is not part of the Qt API. It exists purely as an
13
// implementation detail. This header file may change from version to
14
// version without notice, or even be removed.
15
//
16
// We mean it.
17
//
18
19
#
include
<
QtQuick3DPhysics
/
private
/
qabstractphysicsbody_p
.
h
>
20
#
include
<
QtQml
/
QQmlEngine
>
21
22
QT_BEGIN_NAMESPACE
23
24
class
Q_QUICK3DPHYSICS_EXPORT
QStaticRigidBody
:
public
QAbstractPhysicsBody
25
{
26
Q_OBJECT
27
QML_NAMED_ELEMENT(StaticRigidBody)
28
public
:
29
QStaticRigidBody();
30
QAbstractPhysXNode *createPhysXBackend() final;
31
};
32
33
QT_END_NAMESPACE
34
35
#
endif
// STATICRIGIDBODY_H
QPhysXRigidBody
Definition
qphysxrigidbody_p.h:28
QPhysXStaticBody
Definition
qphysxstaticbody_p.h:26
QPhysXStaticBody::QPhysXStaticBody
QPhysXStaticBody(QStaticRigidBody *frontEnd)
Definition
qphysxstaticbody.cpp:18
QPhysXStaticBody::createActor
void createActor(QPhysXWorld *physX) override
Definition
qphysxstaticbody.cpp:45
QPhysXStaticBody::sync
void sync(float deltaTime, QHash< QQuick3DNode *, QMatrix4x4 > &transformCache) override
Definition
qphysxstaticbody.cpp:25
QPhysXStaticBody::getDebugDrawBodyType
DebugDrawBodyType getDebugDrawBodyType() override
Definition
qphysxstaticbody.cpp:20
QPhysXWorld
Definition
qphysxworld_p.h:33
QStaticRigidBody
Definition
qstaticrigidbody_p.h:25
DebugDrawBodyType
DebugDrawBodyType
Definition
qabstractphysxnode_p.h:39
DebugDrawBodyType::Static
@ Static
Definition
qabstractphysxnode_p.h:40
QT_BEGIN_NAMESPACE
#define QT_BEGIN_NAMESPACE
Definition
qtconfigmacros.h:161
QT_END_NAMESPACE
#define QT_END_NAMESPACE
Definition
qtconfigmacros.h:162
StaticPhysXObjects
Definition
qstaticphysxobjects_p.h:35
StaticPhysXObjects::getReference
static StaticPhysXObjects & getReference()
Definition
qstaticphysxobjects.cpp:14
qtquick3dphysics
src
quick3dphysics
qstaticrigidbody_p.h
Generated on
for Qt by
1.16.1