![]() |
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>
Public Attributes | |
| TypeAST * | type |
| const QString * | name |
| ExpressionAST * | initializer |
| Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 457 of file glslast_p.h.
|
inline |
Definition at line 460 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 103 of file glslast.cpp.
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 465 of file glslast_p.h.
| ExpressionAST* GLSL::DeclarationExpressionAST::initializer |
Definition at line 472 of file glslast_p.h.
| const QString* GLSL::DeclarationExpressionAST::name |
Definition at line 471 of file glslast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| TypeAST* GLSL::DeclarationExpressionAST::type |
Definition at line 470 of file glslast_p.h.