![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsast_p.h>
Public Attributes | |
Type * | type |
QStringView | name |
UiParameterList * | next |
SourceLocation | commaToken |
SourceLocation | propertyTypeToken |
SourceLocation | identifierToken |
SourceLocation | colonToken |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 3385 of file qqmljsast_p.h.
|
inline |
Definition at line 3390 of file qqmljsast_p.h.
|
inline |
Definition at line 3394 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1232 of file qqmljsast.cpp.
|
inline |
Definition at line 3418 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3404 of file qqmljsast_p.h.
|
inline |
Definition at line 3413 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3407 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::UiParameterList::colonToken |
Definition at line 3432 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::UiParameterList::commaToken |
Definition at line 3429 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::UiParameterList::identifierToken |
Definition at line 3431 of file qqmljsast_p.h.
QStringView QQmlJS::AST::UiParameterList::name |
Definition at line 3427 of file qqmljsast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
UiParameterList* QQmlJS::AST::UiParameterList::next |
Definition at line 3428 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::UiParameterList::propertyTypeToken |
Definition at line 3430 of file qqmljsast_p.h.
Type* QQmlJS::AST::UiParameterList::type |
Definition at line 3426 of file qqmljsast_p.h.