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
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)
 
static void writeShapeHeader (QCborStreamWriter &writer, int version=1)
 
static void writeValue (QCborStreamWriter &writer, const QVariant &value)
 

Detailed Description

Definition at line 27 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.

References header(), QCborError::NoError, QStringLiteral, qWarning, and readString().

+ Here is the call graph for this function:

◆ readString()

QString QQuick3DParticleShapeDataUtils::readString ( QCborStreamReader & reader)
static

Definition at line 120 of file qquick3dparticleshapedatautils.cpp.

References QCborStreamReader::Error, and QCborStreamReader::Ok.

Referenced by readShapeHeader().

+ Here is the caller graph for this function:

◆ readValue()

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

Definition at line 18 of file qquick3dparticleshapedatautils.cpp.

References d, i, qWarning, QVector2D::setX(), QVector3D::setX(), QVector4D::setX(), and QRect::setX().

+ Here is the call graph for this function:

◆ writeShapeHeader()

void QQuick3DParticleShapeDataUtils::writeShapeHeader ( QCborStreamWriter & writer,
int version = 1 )
static

Definition at line 177 of file qquick3dparticleshapedatautils.cpp.

◆ writeValue()

void QQuick3DParticleShapeDataUtils::writeValue ( QCborStreamWriter & writer,
const QVariant & value )
static

Definition at line 188 of file qquick3dparticleshapedatautils.cpp.

References d, i, qDebug, and QColor::value().

+ Here is the call graph for this function:

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