![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomelements_p.h>
Public Types | |
enum | Access { Private , Protected , Public } |
Public Member Functions | |
bool | iterateDirectSubpaths (DomItem &self, DirectVisitor visitor) |
Path | addAnnotation (Path selfPathFromOwner, const QmlObject &annotation, QmlObject **aPtr=nullptr) |
void | updatePathFromOwner (Path newPath) |
Public Attributes | |
QString | name |
Access | access = Access::Public |
QString | typeName |
bool | isReadonly = false |
bool | isList = false |
QList< QmlObject > | annotations |
RegionComments | comments |
Definition at line 578 of file qqmldomelements_p.h.
Enumerator | |
---|---|
Private | |
Protected | |
Public |
Definition at line 581 of file qqmldomelements_p.h.
Path QQmlJS::Dom::AttributeInfo::addAnnotation | ( | Path | selfPathFromOwner, |
const QmlObject & | annotation, | ||
QmlObject ** | aPtr = nullptr |
||
) |
bool QQmlJS::Dom::AttributeInfo::iterateDirectSubpaths | ( | DomItem & | self, |
DirectVisitor | visitor | ||
) |
Access QQmlJS::Dom::AttributeInfo::access = Access::Public |
Definition at line 590 of file qqmldomelements_p.h.
Definition at line 594 of file qqmldomelements_p.h.
Referenced by QQmlJS::Dom::QQmlDomAstCreator::endVisit().
RegionComments QQmlJS::Dom::AttributeInfo::comments |
Definition at line 595 of file qqmldomelements_p.h.
bool QQmlJS::Dom::AttributeInfo::isList = false |
Definition at line 593 of file qqmldomelements_p.h.
bool QQmlJS::Dom::AttributeInfo::isReadonly = false |
Definition at line 592 of file qqmldomelements_p.h.
QString QQmlJS::Dom::AttributeInfo::name |
Definition at line 589 of file qqmldomelements_p.h.
Referenced by QQmlJS::Dom::QmlObject::addMethod(), QQmlJS::Dom::QmlObject::addPropertyDef(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), and QQmlJS::Dom::QQmlDomAstCreator::visit().
QString QQmlJS::Dom::AttributeInfo::typeName |
Definition at line 591 of file qqmldomelements_p.h.