![]() |
Qt 6.x
The Qt SDK
|
#include <glslsymbols_p.h>
Inheritance diagram for GLSL::Namespace:
Collaboration diagram for GLSL::Namespace:Public Member Functions | |
| Namespace () | |
| ~Namespace () override | |
| void | add (Symbol *symbol) override |
| Namespace * | asNamespace () override |
| QList< Symbol * > | members () const 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 77 of file glslsymbols_p.h.
| Namespace::Namespace | ( | ) |
Definition at line 71 of file glslsymbols.cpp.
|
override |
Definition at line 75 of file glslsymbols.cpp.
References qDeleteAll().
Here is the call graph for this function:Implements GLSL::Scope.
Definition at line 85 of file glslsymbols.cpp.
References GLSL::Symbol::asFunction(), GLSL::Symbol::asOverloadSet(), fun, GLSL::Symbol::name(), and o.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::Symbol.
Definition at line 85 of file glslsymbols_p.h.
Implements GLSL::Scope.
Definition at line 113 of file glslsymbols.cpp.
Reimplemented from GLSL::Scope.
Definition at line 80 of file glslsymbols.cpp.
|
overridevirtual |
Implements GLSL::Symbol.
Definition at line 108 of file glslsymbols.cpp.