![]() |
Qt 6.x
The Qt SDK
|
#include <glsltypes_p.h>
Public Member Functions | |
ArrayType (const Type *elementType) | |
const Type * | elementType () const |
QString | toString () const override |
const ArrayType * | asArrayType () const override |
bool | isEqualTo (const Type *other) const override |
bool | isLessThan (const Type *other) const override |
![]() | |
IndexType (const Type *indexElementType) | |
const Type * | indexElementType () const |
const IndexType * | asIndexType () const override |
![]() | |
virtual | ~Type () |
virtual QString | toString () const =0 |
virtual const UndefinedType * | asUndefinedType () const |
virtual const VoidType * | asVoidType () const |
virtual const BoolType * | asBoolType () const |
virtual const IntType * | asIntType () const |
virtual const UIntType * | asUIntType () const |
virtual const FloatType * | asFloatType () const |
virtual const DoubleType * | asDoubleType () const |
virtual const ScalarType * | asScalarType () const |
virtual const IndexType * | asIndexType () const |
virtual const VectorType * | asVectorType () const |
virtual const MatrixType * | asMatrixType () const |
virtual const ArrayType * | asArrayType () const |
virtual const SamplerType * | asSamplerType () const |
virtual const OverloadSet * | asOverloadSetType () const |
virtual const Struct * | asStructType () const |
virtual const Function * | asFunctionType () const |
virtual bool | isEqualTo (const Type *other) const =0 |
virtual bool | isLessThan (const Type *other) const =0 |
Definition at line 164 of file glsltypes_p.h.
|
inlineexplicit |
Definition at line 167 of file glsltypes_p.h.
|
inlineoverridevirtual |
Reimplemented from GLSL::Type.
Definition at line 173 of file glsltypes_p.h.
|
inline |
Definition at line 170 of file glsltypes_p.h.
Referenced by isEqualTo(), isLessThan(), and toString().
|
overridevirtual |
Implements GLSL::Type.
Definition at line 293 of file glsltypes.cpp.
References elementType(), GLSL::Type::isEqualTo(), and other().
|
overridevirtual |
Implements GLSL::Type.
Definition at line 302 of file glsltypes.cpp.
References elementType(), other(), and Q_ASSERT.
|
overridevirtual |
Implements GLSL::Type.
Definition at line 288 of file glsltypes.cpp.
References elementType(), and GLSL::Type::toString().