![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <glslsymbols_p.h>
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 OverloadSet * | asOverloadSet () |
| virtual Namespace * | asNamespace () |
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.
|
overridevirtual |
Implements GLSL::Symbol.
Definition at line 61 of file glslsymbols.cpp.