![]() |
Qt 6.x
The Qt SDK
|
#include <glslsymbols_p.h>
Inheritance diagram for GLSL::Argument:
Collaboration diagram for GLSL::Argument:Public Member Functions | |
| Argument (Function *scope) | |
| const Type * | type () const override |
| void | setType (const Type *type) |
| Argument * | asArgument () 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 28 of file glslsymbols_p.h.
| Argument::Argument | ( | Function * | scope | ) |
Definition at line 12 of file glslsymbols.cpp.
|
inlineoverridevirtual |
Reimplemented from GLSL::Symbol.
Definition at line 36 of file glslsymbols_p.h.
Definition at line 23 of file glslsymbols.cpp.
References type().
Here is the call graph for this function:
|
overridevirtual |
Implements GLSL::Symbol.
Definition at line 18 of file glslsymbols.cpp.
Referenced by setType().
Here is the caller graph for this function: