![]() |
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 | |
| 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 Block * | asBlock () |
| virtual Variable * | asVariable () |
| virtual OverloadSet * | asOverloadSet () |
| virtual Namespace * | asNamespace () |
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.
|
overridevirtual |
Implements GLSL::Symbol.