![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <glslast_p.h>
Static Public Member Functions | |
| static TypeAST * | declarationType (List< DeclarationAST * > *decls) |
| Static Public Member Functions inherited from GLSL::AST | |
| static void | accept (AST *ast, Visitor *visitor) |
| template<typename T> | |
| static void | accept (List< T > *it, Visitor *visitor) |
Public Attributes | |
| TypeAST * | type |
| const QString * | name |
| ExpressionAST * | initializer |
| Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 884 of file glslast_p.h.
|
inline |
Definition at line 887 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 358 of file glslast.cpp.
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 892 of file glslast_p.h.
|
static |
Definition at line 367 of file glslast.cpp.
| ExpressionAST* GLSL::VariableDeclarationAST::initializer |
Definition at line 901 of file glslast_p.h.
| const QString* GLSL::VariableDeclarationAST::name |
Definition at line 900 of file glslast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| TypeAST* GLSL::VariableDeclarationAST::type |
Definition at line 899 of file glslast_p.h.