![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomlinewriter_p.h>
Collaboration diagram for QQmlJS::Dom::PendingSourceLocation:Public Member Functions | |
| quint32 | utf16Start () const |
| quint32 | utf16End () const |
| void | changeAtOffset (quint32 offset, qint32 change, qint32 colChange, qint32 lineChange) |
| void | commit () |
Public Attributes | |
| PendingSourceLocationId | id |
| SourceLocation | value |
| SourceLocation * | toUpdate = nullptr |
| std::function< void(SourceLocation)> | updater = nullptr |
| bool | open = true |
Definition at line 106 of file qqmldomlinewriter_p.h.
| void QQmlJS::Dom::PendingSourceLocation::changeAtOffset | ( | quint32 | offset, |
| qint32 | change, | ||
| qint32 | colChange, | ||
| qint32 | lineChange | ||
| ) |
Definition at line 22 of file qqmldomlinewriter.cpp.
References c2, utf16End(), and utf16Start().
Here is the call graph for this function:| void QQmlJS::Dom::PendingSourceLocation::commit | ( | ) |
Definition at line 45 of file qqmldomlinewriter.cpp.
| quint32 QQmlJS::Dom::PendingSourceLocation::utf16End | ( | ) | const |
Definition at line 17 of file qqmldomlinewriter.cpp.
Referenced by changeAtOffset().
Here is the caller graph for this function:| quint32 QQmlJS::Dom::PendingSourceLocation::utf16Start | ( | ) | const |
Definition at line 12 of file qqmldomlinewriter.cpp.
Referenced by changeAtOffset().
Here is the caller graph for this function:| PendingSourceLocationId QQmlJS::Dom::PendingSourceLocation::id |
Definition at line 114 of file qqmldomlinewriter_p.h.
| bool QQmlJS::Dom::PendingSourceLocation::open = true |
Definition at line 118 of file qqmldomlinewriter_p.h.
| SourceLocation* QQmlJS::Dom::PendingSourceLocation::toUpdate = nullptr |
Definition at line 116 of file qqmldomlinewriter_p.h.
Referenced by commit().
| std::function<void(SourceLocation)> QQmlJS::Dom::PendingSourceLocation::updater = nullptr |
Definition at line 117 of file qqmldomlinewriter_p.h.
Referenced by commit().
| SourceLocation QQmlJS::Dom::PendingSourceLocation::value |
Definition at line 115 of file qqmldomlinewriter_p.h.
Referenced by commit().