![]() |
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 | |
| UiQualifiedId * | next |
| QStringView | name |
| SourceLocation | identifierToken |
| SourceLocation | dotToken |
| Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 304 of file qqmljsast_p.h.
|
inline |
Definition at line 309 of file qqmljsast_p.h.
|
inline |
Definition at line 313 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1355 of file qqmljsast.cpp.
|
inline |
Definition at line 321 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 330 of file qqmljsast_p.h.
|
inline |
Definition at line 338 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 333 of file qqmljsast_p.h.
|
inline |
Definition at line 340 of file qqmljsast_p.h.
Definition at line 347 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiQualifiedId::dotToken |
Definition at line 360 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiQualifiedId::identifierToken |
Definition at line 359 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::UiQualifiedId::name |
Definition at line 358 of file qqmljsast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| UiQualifiedId* QQmlJS::AST::UiQualifiedId::next |
Definition at line 357 of file qqmljsast_p.h.