![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::UiInlineComponent:
Collaboration diagram for QQmlJS::AST::UiInlineComponent:Public Attributes | |
| QStringView | name |
| UiObjectDefinition * | component |
| SourceLocation | componentToken |
Public Attributes inherited from QQmlJS::AST::UiObjectMember | |
| UiAnnotationList * | annotations = nullptr |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 3520 of file qqmljsast_p.h.
|
inline |
Definition at line 3525 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1571 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and component.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::UiObjectMember.
Definition at line 3532 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::visit().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::UiObjectMember.
Definition at line 3529 of file qqmljsast_p.h.
References component().
Here is the call graph for this function:| UiObjectDefinition* QQmlJS::AST::UiInlineComponent::component |
Definition at line 3539 of file qqmljsast_p.h.
Referenced by accept0(), and QmlIR::IRBuilder::visit().
| SourceLocation QQmlJS::AST::UiInlineComponent::componentToken |
Definition at line 3540 of file qqmljsast_p.h.
| QStringView QQmlJS::AST::UiInlineComponent::name |
Definition at line 3538 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::visit().