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
GLSL::ArrayType Class Reference

#include <glsltypes_p.h>

Inheritance diagram for GLSL::ArrayType:
Collaboration diagram for GLSL::ArrayType:

Public Member Functions

 ArrayType (const Type *elementType)
const TypeelementType () const
QString toString () const override
const ArrayTypeasArrayType () const override
bool isEqualTo (const Type *other) const override
bool isLessThan (const Type *other) const override
Public Member Functions inherited from GLSL::IndexType
 IndexType (const Type *indexElementType)
const TypeindexElementType () const
const IndexTypeasIndexType () const override
Public Member Functions inherited from GLSL::Type
virtual ~Type ()
virtual const UndefinedTypeasUndefinedType () const
virtual const VoidTypeasVoidType () const
virtual const BoolTypeasBoolType () const
virtual const IntTypeasIntType () const
virtual const UIntTypeasUIntType () const
virtual const FloatTypeasFloatType () const
virtual const DoubleTypeasDoubleType () const
virtual const ScalarTypeasScalarType () const
virtual const VectorTypeasVectorType () const
virtual const MatrixTypeasMatrixType () const
virtual const SamplerTypeasSamplerType () const
virtual const OverloadSetasOverloadSetType () const
virtual const StructasStructType () const
virtual const FunctionasFunctionType () const

Detailed Description

Definition at line 164 of file glsltypes_p.h.

Constructor & Destructor Documentation

◆ ArrayType()

GLSL::ArrayType::ArrayType ( const Type * elementType)
inlineexplicit

Definition at line 167 of file glsltypes_p.h.

Member Function Documentation

◆ asArrayType()

const ArrayType * GLSL::ArrayType::asArrayType ( ) const
inlineoverridevirtual

Reimplemented from GLSL::Type.

Definition at line 173 of file glsltypes_p.h.

◆ elementType()

const Type * GLSL::ArrayType::elementType ( ) const
inline

Definition at line 170 of file glsltypes_p.h.

◆ isEqualTo()

bool ArrayType::isEqualTo ( const Type * other) const
overridevirtual

Implements GLSL::Type.

Definition at line 293 of file glsltypes.cpp.

◆ isLessThan()

bool ArrayType::isLessThan ( const Type * other) const
overridevirtual

Implements GLSL::Type.

Definition at line 302 of file glsltypes.cpp.

◆ toString()

QString ArrayType::toString ( ) const
overridevirtual

Implements GLSL::Type.

Definition at line 288 of file glsltypes.cpp.


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