![]() |
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 |
| Qualifier | qualifier |
| const QString * | name |
| Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Additional Inherited Members | |
| 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) |
| Protected Member Functions inherited from GLSL::DeclarationAST | |
| DeclarationAST (Kind _kind) | |
| Protected Member Functions inherited from GLSL::AST | |
| AST (Kind _kind) | |
| ~AST () override | |
| Static Protected Member Functions inherited from GLSL::AST | |
| template<typename T> | |
| static List< T > * | finish (List< T > *list) |
Definition at line 860 of file glslast_p.h.
| Enumerator | |
|---|---|
| In | |
| Out | |
| InOut | |
Definition at line 863 of file glslast_p.h.
|
inline |
Definition at line 869 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 351 of file glslast.cpp.
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 874 of file glslast_p.h.
| const QString* GLSL::ParameterDeclarationAST::name |
Definition at line 881 of file glslast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| Qualifier GLSL::ParameterDeclarationAST::qualifier |
Definition at line 880 of file glslast_p.h.
| TypeAST* GLSL::ParameterDeclarationAST::type |
Definition at line 879 of file glslast_p.h.