![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::UiObjectInitializer:
Collaboration diagram for QQmlJS::AST::UiObjectInitializer:Public Attributes | |
| SourceLocation | lbraceToken |
| UiObjectMemberList * | members |
| SourceLocation | rbraceToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 3291 of file qqmljsast_p.h.
|
inline |
Definition at line 3296 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1227 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and members.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3302 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 3305 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiObjectInitializer::lbraceToken |
Definition at line 3309 of file qqmljsast_p.h.
| UiObjectMemberList* QQmlJS::AST::UiObjectInitializer::members |
Definition at line 3310 of file qqmljsast_p.h.
Referenced by accept0(), and QQmlJSImportVisitor::parseAnnotations().
| SourceLocation QQmlJS::AST::UiObjectInitializer::rbraceToken |
Definition at line 3311 of file qqmljsast_p.h.