Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlJS::Dom::FileLocations::Info Struct Reference

#include <qqmldomfilelocations_p.h>

Collaboration diagram for QQmlJS::Dom::FileLocations::Info:

Public Member Functions

bool iterateDirectSubpaths (const DomItem &self, DirectVisitor) const

Public Attributes

SourceLocation fullRegion
QMap< FileLocationRegion, SourceLocationregions

Static Public Attributes

static constexpr DomType kindValue = DomType::FileLocationsInfo

Detailed Description

Definition at line 29 of file qqmldomfilelocations_p.h.

Member Function Documentation

◆ iterateDirectSubpaths()

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

Definition at line 35 of file qqmldomfilelocations.cpp.

References QQmlJS::Dom::DomItem::pathFromOwner(), and QQmlJS::Dom::DomItem::subMapItem().

Here is the call graph for this function:

Member Data Documentation

◆ fullRegion

SourceLocation QQmlJS::Dom::FileLocations::Info::fullRegion

Definition at line 35 of file qqmldomfilelocations_p.h.

◆ kindValue

DomType QQmlJS::Dom::FileLocations::Info::kindValue = DomType::FileLocationsInfo
staticconstexpr

Definition at line 31 of file qqmldomfilelocations_p.h.

◆ regions

QMap<FileLocationRegion, SourceLocation> QQmlJS::Dom::FileLocations::Info::regions

Definition at line 36 of file qqmldomfilelocations_p.h.


The documentation for this struct was generated from the following files: