Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlJS::Dom::PropertyInfo Class Reference

#include <qqmldomelements_p.h>

+ Collaboration diagram for QQmlJS::Dom::PropertyInfo:

Public Member Functions

bool iterateDirectSubpaths (const DomItem &self, DirectVisitor visitor) const
 

Public Attributes

QList< DomItempropertyDefs
 
QList< DomItembindings
 

Static Public Attributes

static constexpr DomType kindValue = DomType::PropertyInfo
 

Detailed Description

Definition at line 706 of file qqmldomelements_p.h.

Member Function Documentation

◆ iterateDirectSubpaths()

bool QQmlJS::Dom::PropertyInfo::iterateDirectSubpaths ( const DomItem & self,
DirectVisitor visitor ) const

Member Data Documentation

◆ bindings

QList<DomItem> QQmlJS::Dom::PropertyInfo::bindings

Definition at line 714 of file qqmldomelements_p.h.

◆ kindValue

constexpr DomType QQmlJS::Dom::PropertyInfo::kindValue = DomType::PropertyInfo
staticconstexpr

Definition at line 709 of file qqmldomelements_p.h.

◆ propertyDefs

QList<DomItem> QQmlJS::Dom::PropertyInfo::propertyDefs

Definition at line 713 of file qqmldomelements_p.h.


The documentation for this class was generated from the following file: