![]() |
Qt 6.x
The Qt SDK
|
#include <glslsymbols_p.h>
Inheritance diagram for GLSL::Block:
Collaboration diagram for GLSL::Block:Public Member Functions | |
| Block (Scope *enclosingScope=nullptr) | |
| QList< Symbol * > | members () const override |
| void | add (Symbol *symbol) override |
| Block * | asBlock () override |
| const Type * | type () const override |
| Symbol * | find (const QString &name) const override |
Public Member Functions inherited from GLSL::Scope | |
| Scope (Scope *sscope=nullptr) | |
| Symbol * | lookup (const QString &name) const |
| virtual QList< Symbol * > | members () const |
| virtual void | add (Symbol *symbol)=0 |
| virtual Symbol * | find (const QString &name) const =0 |
| 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 Scope * | asScope () |
| virtual Struct * | asStruct () |
| virtual Function * | asFunction () |
| virtual Argument * | asArgument () |
| virtual Block * | asBlock () |
| virtual Variable * | asVariable () |
| virtual OverloadSet * | asOverloadSet () |
| virtual Namespace * | asNamespace () |
| virtual const Type * | type () const =0 |
Definition at line 60 of file glslsymbols_p.h.
Definition at line 28 of file glslsymbols.cpp.
Implements GLSL::Scope.
Definition at line 38 of file glslsymbols.cpp.
References GLSL::Symbol::name().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::Symbol.
Definition at line 68 of file glslsymbols_p.h.
Implements GLSL::Scope.
Definition at line 49 of file glslsymbols.cpp.
Reimplemented from GLSL::Scope.
Definition at line 33 of file glslsymbols.cpp.
|
overridevirtual |
Implements GLSL::Symbol.
Definition at line 43 of file glslsymbols.cpp.