![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomelements_p.h>
Public Member Functions | |
Id (QString idName=QString(), Path referredObject=Path()) | |
bool | iterateDirectSubpaths (DomItem &self, DirectVisitor) |
void | updatePathFromOwner (Path pathFromOwner) |
Path | addAnnotation (Path selfPathFromOwner, const QmlObject &ann, QmlObject **aPtr=nullptr) |
Public Attributes | |
QString | name |
Path | referredObjectPath |
RegionComments | comments |
QList< QmlObject > | annotations |
std::shared_ptr< ScriptExpression > | value |
Static Public Attributes | |
static constexpr DomType | kindValue = DomType::Id |
Definition at line 360 of file qqmldomelements_p.h.
Path QQmlJS::Dom::Id::addAnnotation | ( | Path | selfPathFromOwner, |
const QmlObject & | ann, | ||
QmlObject ** | aPtr = nullptr |
||
) |
bool QQmlJS::Dom::Id::iterateDirectSubpaths | ( | DomItem & | self, |
DirectVisitor | |||
) |
Definition at line 374 of file qqmldomelements_p.h.
RegionComments QQmlJS::Dom::Id::comments |
Definition at line 373 of file qqmldomelements_p.h.
|
staticconstexpr |
Definition at line 363 of file qqmldomelements_p.h.
QString QQmlJS::Dom::Id::name |
Definition at line 371 of file qqmldomelements_p.h.
Path QQmlJS::Dom::Id::referredObjectPath |
Definition at line 372 of file qqmldomelements_p.h.
std::shared_ptr<ScriptExpression> QQmlJS::Dom::Id::value |
Definition at line 375 of file qqmldomelements_p.h.
Referenced by QQmlJS::Dom::QQmlDomAstCreator::visit().