![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldomfilelocations_p.h>
Public Member Functions | |
bool | iterateDirectSubpaths (const DomItem &self, DirectVisitor) const |
Public Attributes | |
SourceLocation | fullRegion |
QMap< FileLocationRegion, SourceLocation > | regions |
Static Public Attributes | |
static constexpr DomType | kindValue = DomType::FileLocationsInfo |
Definition at line 29 of file qqmldomfilelocations_p.h.
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().
SourceLocation QQmlJS::Dom::FileLocations::Info::fullRegion |
Definition at line 35 of file qqmldomfilelocations_p.h.
|
staticconstexpr |
Definition at line 31 of file qqmldomfilelocations_p.h.
QMap<FileLocationRegion, SourceLocation> QQmlJS::Dom::FileLocations::Info::regions |
Definition at line 36 of file qqmldomfilelocations_p.h.