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
QQuick3DParticleShapeDataUtils Class Reference

#include <qquick3dparticleshapedatautils_p.h>

Collaboration diagram for QQuick3DParticleShapeDataUtils:

Static Public Member Functions

static QVariant readValue (QCborStreamReader &reader, QMetaType::Type type)
static QString readString (QCborStreamReader &reader)
static double readReal (QCborStreamReader &reader)
static int readShapeHeader (QCborStreamReader &reader)

Detailed Description

Definition at line 29 of file qquick3dparticleshapedatautils_p.h.

Member Function Documentation

◆ readReal()

double QQuick3DParticleShapeDataUtils::readReal ( QCborStreamReader & reader)
static

Definition at line 137 of file qquick3dparticleshapedatautils.cpp.

◆ readShapeHeader()

int QQuick3DParticleShapeDataUtils::readShapeHeader ( QCborStreamReader & reader)
static

Definition at line 152 of file qquick3dparticleshapedatautils.cpp.

◆ readString()

QString QQuick3DParticleShapeDataUtils::readString ( QCborStreamReader & reader)
static

Definition at line 120 of file qquick3dparticleshapedatautils.cpp.

◆ readValue()

QT_BEGIN_NAMESPACE QVariant QQuick3DParticleShapeDataUtils::readValue ( QCborStreamReader & reader,
QMetaType::Type type )
static

Definition at line 18 of file qquick3dparticleshapedatautils.cpp.


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