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::BoolType Class Reference

#include <glsltypes_p.h>

Inheritance diagram for GLSL::BoolType:
Collaboration diagram for GLSL::BoolType:

Public Member Functions

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

Detailed Description

Definition at line 53 of file glsltypes_p.h.

Member Function Documentation

◆ asBoolType()

const BoolType * GLSL::BoolType::asBoolType ( ) const
inlineoverridevirtual

Reimplemented from GLSL::Type.

Definition at line 57 of file glsltypes_p.h.

◆ isEqualTo()

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

Implements GLSL::Type.

Definition at line 43 of file glsltypes.cpp.

◆ isLessThan()

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

Implements GLSL::Type.

Definition at line 50 of file glsltypes.cpp.

◆ toString()

QString GLSL::BoolType::toString ( ) const
inlineoverridevirtual

Implements GLSL::Type.

Definition at line 56 of file glsltypes_p.h.


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