Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlJS::Dom::OutWriterState Class Reference

#include <qqmldomoutwriter_p.h>

+ Collaboration diagram for QQmlJS::Dom::OutWriterState:

Public Member Functions

 OutWriterState (Path itPath, DomItem &it, FileLocations::Tree fLoc)
 
void closeState (OutWriter &)
 

Public Attributes

Path itemCanonicalPath
 
DomItem item
 
PendingSourceLocationId fullRegionId
 
FileLocations::Tree currentMap
 
QMap< QString, PendingSourceLocationIdpendingRegions
 
QMap< QString, CommentedElementpendingComments
 

Detailed Description

Definition at line 30 of file qqmldomoutwriter_p.h.

Constructor & Destructor Documentation

◆ OutWriterState()

QQmlJS::Dom::OutWriterState::OutWriterState ( Path  itPath,
DomItem it,
FileLocations::Tree  fLoc 
)

Definition at line 18 of file qqmldomoutwriter.cpp.

References QQmlJS::Dom::DomItem::as(), it, and pendingComments.

+ Here is the call graph for this function:

Member Function Documentation

◆ closeState()

void QQmlJS::Dom::OutWriterState::closeState ( OutWriter w)

Definition at line 28 of file qqmldomoutwriter.cpp.

References QQmlJS::Dom::DomItem::canonicalPath(), fullRegionId, it, item, QQmlJS::Dom::LineWriterOptions::Locations, pendingComments, pendingRegions, qCWarning, and QQmlJS::Dom::Path::toString().

+ Here is the call graph for this function:

Member Data Documentation

◆ currentMap

FileLocations::Tree QQmlJS::Dom::OutWriterState::currentMap

Definition at line 40 of file qqmldomoutwriter_p.h.

◆ fullRegionId

PendingSourceLocationId QQmlJS::Dom::OutWriterState::fullRegionId

Definition at line 39 of file qqmldomoutwriter_p.h.

Referenced by closeState().

◆ item

DomItem QQmlJS::Dom::OutWriterState::item

Definition at line 38 of file qqmldomoutwriter_p.h.

Referenced by closeState().

◆ itemCanonicalPath

Path QQmlJS::Dom::OutWriterState::itemCanonicalPath

Definition at line 37 of file qqmldomoutwriter_p.h.

◆ pendingComments

QMap<QString, CommentedElement> QQmlJS::Dom::OutWriterState::pendingComments

Definition at line 42 of file qqmldomoutwriter_p.h.

Referenced by OutWriterState(), and closeState().

◆ pendingRegions

QMap<QString, PendingSourceLocationId> QQmlJS::Dom::OutWriterState::pendingRegions

Definition at line 41 of file qqmldomoutwriter_p.h.

Referenced by closeState().


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