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
QQuick3DPhysicsHeightFieldManager Class Reference
+ Collaboration diagram for QQuick3DPhysicsHeightFieldManager:

Static Public Member Functions

static QQuick3DPhysicsHeightFieldgetHeightField (const QUrl &source, const QObject *contextObject)
 
static QQuick3DPhysicsHeightFieldgetHeightField (QQuickImage *source)
 
static void releaseHeightField (QQuick3DPhysicsHeightField *heightField)
 

Detailed Description

Definition at line 61 of file qheightfieldshape.cpp.

Member Function Documentation

◆ getHeightField() [1/2]

QQuick3DPhysicsHeightField * QQuick3DPhysicsHeightFieldManager::getHeightField ( const QUrl & source,
const QObject * contextObject )
static

Definition at line 79 of file qheightfieldshape.cpp.

References context, qmlContext(), resolvedUrl(), and QQmlFile::urlToLocalFileOrQrc().

+ Here is the call graph for this function:

◆ getHeightField() [2/2]

QQuick3DPhysicsHeightField * QQuick3DPhysicsHeightFieldManager::getHeightField ( QQuickImage * source)
static

Definition at line 95 of file qheightfieldshape.cpp.

◆ releaseHeightField()

void QQuick3DPhysicsHeightFieldManager::releaseHeightField ( QQuick3DPhysicsHeightField * heightField)
static

Definition at line 106 of file qheightfieldshape.cpp.

References QQuick3DPhysicsHeightField::deref(), erase_if(), and qCDebug.

Referenced by QHeightFieldShape::~QHeightFieldShape().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: