![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <glsltypes_p.h>
Public Member Functions | |
| OverloadSet (Scope *enclosingScope=nullptr) | |
| QVector< Function * > | functions () const |
| void | addFunction (Function *function) |
| OverloadSet * | asOverloadSet () override |
| const Type * | type () const override |
| Symbol * | find (const QString &name) const override |
| void | add (Symbol *symbol) override |
| QString | toString () const override |
| const OverloadSet * | asOverloadSetType () const override |
| bool | isEqualTo (const Type *other) const override |
| bool | isLessThan (const Type *other) const override |
| Public Member Functions inherited from GLSL::Type | |
| virtual | ~Type () |
| 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 Struct * | asStructType () const |
| virtual const Function * | asFunctionType () const |
| Public Member Functions inherited from GLSL::Scope | |
| Scope (Scope *sscope=nullptr) | |
| Symbol * | lookup (const QString &name) const |
| virtual QList< Symbol * > | members () const |
| Scope * | asScope () override |
| Public Member Functions inherited from GLSL::Symbol | |
| Symbol (Scope *scope=nullptr) | |
| virtual | ~Symbol () |
| Scope * | scope () const |
| void | setScope (Scope *scope) |
| QString | name () const |
| void | setName (const QString &name) |
| virtual Struct * | asStruct () |
| virtual Function * | asFunction () |
| virtual Argument * | asArgument () |
| virtual Block * | asBlock () |
| virtual Variable * | asVariable () |
| virtual Namespace * | asNamespace () |
Definition at line 259 of file glsltypes_p.h.
| OverloadSet::OverloadSet | ( | Scope * | enclosingScope = nullptr | ) |
Definition at line 454 of file glsltypes.cpp.
Implements GLSL::Scope.
Definition at line 479 of file glsltypes.cpp.
Definition at line 464 of file glsltypes.cpp.
|
inlineoverridevirtual |
Reimplemented from GLSL::Symbol.
Definition at line 268 of file glsltypes_p.h.
|
inlineoverridevirtual |
Reimplemented from GLSL::Type.
Definition at line 275 of file glsltypes_p.h.
Implements GLSL::Scope.
Definition at line 474 of file glsltypes.cpp.
Definition at line 459 of file glsltypes.cpp.
|
overridevirtual |
Implements GLSL::Type.
Definition at line 487 of file glsltypes.cpp.
|
overridevirtual |
Implements GLSL::Type.
Definition at line 493 of file glsltypes.cpp.
|
inlineoverridevirtual |
Implements GLSL::Type.
Definition at line 274 of file glsltypes_p.h.
|
overridevirtual |
Implements GLSL::Symbol.
Definition at line 469 of file glsltypes.cpp.