![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldomelements_p.h>
Public Types | |
enum | Access { Private , Protected , Public } |
Public Member Functions | |
bool | iterateDirectSubpaths (const DomItem &self, DirectVisitor visitor) const |
Path | addAnnotation (const Path &selfPathFromOwner, const QmlObject &annotation, QmlObject **aPtr=nullptr) |
void | updatePathFromOwner (const Path &newPath) |
QQmlJSScope::ConstPtr | semanticScope () const |
void | setSemanticScope (const QQmlJSScope::ConstPtr &scope) |
Public Attributes | |
QString | name |
Access | access = Access::Public |
QString | typeName |
bool | isReadonly = false |
bool | isList = false |
QList< QmlObject > | annotations |
RegionComments | comments |
QQmlJSScope::ConstPtr | m_semanticScope |
Definition at line 573 of file qqmldomelements_p.h.
Enumerator | |
---|---|
Private | |
Protected | |
Public |
Definition at line 576 of file qqmldomelements_p.h.
Path QQmlJS::Dom::AttributeInfo::addAnnotation | ( | const Path & | selfPathFromOwner, |
const QmlObject & | annotation, | ||
QmlObject ** | aPtr = nullptr ) |
Definition at line 1378 of file qqmldomelements.cpp.
bool QQmlJS::Dom::AttributeInfo::iterateDirectSubpaths | ( | const DomItem & | self, |
DirectVisitor | visitor ) const |
Definition at line 1365 of file qqmldomelements.cpp.
References access, isList, and isReadonly.
|
inline |
Definition at line 584 of file qqmldomelements_p.h.
|
inline |
Definition at line 585 of file qqmldomelements_p.h.
Definition at line 1385 of file qqmldomelements.cpp.
Access QQmlJS::Dom::AttributeInfo::access = Access::Public |
Definition at line 588 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
Definition at line 592 of file qqmldomelements_p.h.
RegionComments QQmlJS::Dom::AttributeInfo::comments |
Definition at line 593 of file qqmldomelements_p.h.
bool QQmlJS::Dom::AttributeInfo::isList = false |
Definition at line 591 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
bool QQmlJS::Dom::AttributeInfo::isReadonly = false |
Definition at line 590 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
QQmlJSScope::ConstPtr QQmlJS::Dom::AttributeInfo::m_semanticScope |
Definition at line 594 of file qqmldomelements_p.h.
QString QQmlJS::Dom::AttributeInfo::name |
Definition at line 587 of file qqmldomelements_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QString QQmlJS::Dom::AttributeInfo::typeName |
Definition at line 589 of file qqmldomelements_p.h.