![]() |
Qt 6.x
The Qt SDK
|
#include <glslsymbols_p.h>
Inheritance diagram for GLSL::Variable:
Collaboration diagram for GLSL::Variable:Public Member Functions | |
| Variable (Scope *scope) | |
| const Type * | type () const override |
| void | setType (const Type *type) |
| int | qualifiers () const |
| void | setQualifiers (int qualifiers) |
| Variable * | asVariable () 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 42 of file glslsymbols_p.h.
| Variable::Variable | ( | Scope * | scope | ) |
Definition at line 54 of file glslsymbols.cpp.
|
inlineoverridevirtual |
Reimplemented from GLSL::Symbol.
Definition at line 53 of file glslsymbols_p.h.
|
inline |
Definition at line 50 of file glslsymbols_p.h.
|
inline |
Definition at line 51 of file glslsymbols_p.h.
Definition at line 66 of file glslsymbols.cpp.
References type().
Here is the call graph for this function:
|
overridevirtual |
Implements GLSL::Symbol.
Definition at line 61 of file glslsymbols.cpp.
Referenced by setType().
Here is the caller graph for this function: