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
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.

◆ invertedData()

const float * QSGTransform::invertedData ( ) const
inline

Definition at line 88 of file qsgtransform_p.h.

◆ 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.

◆ operator!=() [2/2]

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

Definition at line 62 of file qsgtransform_p.h.

◆ operator==() [1/2]

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

Definition at line 46 of file qsgtransform_p.h.

◆ operator==() [2/2]

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

Definition at line 56 of file qsgtransform_p.h.

◆ setMatrix()

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

Definition at line 27 of file qsgtransform_p.h.


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