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

#include <qsgtransform_p.h>

+ Collaboration diagram for QSGTransform:

Public Member Functions

void setMatrix (const QMatrix4x4 &matrix)
 
QMatrix4x4 matrix () const
 
bool isIdentity () const
 
bool operator== (const QMatrix4x4 &other) const
 
bool operator!= (const QMatrix4x4 &other) const
 
bool operator== (const QSGTransform &other) const
 
bool operator!= (const QSGTransform &other) const
 
int compareTo (const QSGTransform &other) const
 
const float * invertedData () const
 

Detailed Description

Definition at line 24 of file qsgtransform_p.h.

Member Function Documentation

◆ compareTo()

int QSGTransform::compareTo ( const QSGTransform & other) const
inline

Definition at line 67 of file qsgtransform_p.h.

References d, i, and other().

+ Here is the call graph for this function:

◆ invertedData()

const float * QSGTransform::invertedData ( ) const
inline

Definition at line 88 of file qsgtransform_p.h.

References QSharedPointer< T >::create().

Referenced by QT_BEGIN_NAMESPACE::QSGCurveFillMaterialShader::updateUniformData(), QQuickShapeLinearGradientRhiShader::updateUniformData(), QQuickShapeRadialGradientRhiShader::updateUniformData(), QQuickShapeConicalGradientRhiShader::updateUniformData(), and QQuickShapeTextureFillRhiShader::updateUniformData().

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

◆ isIdentity()

bool QSGTransform::isIdentity ( ) const
inline

Definition at line 41 of file qsgtransform_p.h.

◆ matrix()

QMatrix4x4 QSGTransform::matrix ( ) const
inline

Definition at line 36 of file qsgtransform_p.h.

◆ operator!=() [1/2]

bool QSGTransform::operator!= ( const QMatrix4x4 & other) const
inline

Definition at line 51 of file qsgtransform_p.h.

References other().

+ Here is the call graph for this function:

◆ operator!=() [2/2]

bool QSGTransform::operator!= ( const QSGTransform & other) const
inline

Definition at line 62 of file qsgtransform_p.h.

References other().

+ Here is the call graph for this function:

◆ operator==() [1/2]

bool QSGTransform::operator== ( const QMatrix4x4 & other) const
inline

Definition at line 46 of file qsgtransform_p.h.

References other().

+ Here is the call graph for this function:

◆ operator==() [2/2]

bool QSGTransform::operator== ( const QSGTransform & other) const
inline

Definition at line 56 of file qsgtransform_p.h.

References other().

+ Here is the call graph for this function:

◆ setMatrix()

void QSGTransform::setMatrix ( const QMatrix4x4 & matrix)
inline

Definition at line 27 of file qsgtransform_p.h.

References QSharedPointer< T >::create().

+ Here is the call graph for this function:

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