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::CommentLinker Class Reference
Collaboration diagram for QQmlJS::Dom::CommentLinker:

Public Member Functions

 CommentLinker (QStringView code, ElementRef &commentedElement, const AstRangesVisitor &ranges, qsizetype &lastPostCommentPostEnd, const SourceLocation &commentLocation)
void linkCommentWithElement ()
Comment createComment () const
 CommentLinker (QStringView code, ElementRef &commentedElement, const AstRangesVisitor &ranges, qsizetype &lastPostCommentPostEnd, const SourceLocation &commentLocation)
void linkCommentWithElement ()
Comment createComment () const

Detailed Description

Definition at line 570 of file qqmldomcomments.cpp.

Constructor & Destructor Documentation

◆ CommentLinker() [1/2]

QQmlJS::Dom::CommentLinker::CommentLinker ( QStringView code,
ElementRef & commentedElement,
const AstRangesVisitor & ranges,
qsizetype & lastPostCommentPostEnd,
const SourceLocation & commentLocation )
inline

Definition at line 573 of file qqmldomcomments.cpp.

References CommentLinker().

Referenced by CommentLinker().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CommentLinker() [2/2]

QQmlJS::Dom::CommentLinker::CommentLinker ( QStringView code,
ElementRef & commentedElement,
const AstRangesVisitor & ranges,
qsizetype & lastPostCommentPostEnd,
const SourceLocation & commentLocation )
inline

Definition at line 573 of file qqmldomcomments.cpp.

Member Function Documentation

◆ createComment() [1/2]

Comment QQmlJS::Dom::CommentLinker::createComment ( ) const
inlinenodiscard

Definition at line 599 of file qqmldomcomments.cpp.

◆ createComment() [2/2]

Comment QQmlJS::Dom::CommentLinker::createComment ( ) const
inlinenodiscard

Definition at line 599 of file qqmldomcomments.cpp.

◆ linkCommentWithElement() [1/2]

void QQmlJS::Dom::CommentLinker::linkCommentWithElement ( )
inline

Definition at line 586 of file qqmldomcomments.cpp.

◆ linkCommentWithElement() [2/2]

void QQmlJS::Dom::CommentLinker::linkCommentWithElement ( )
inline

Definition at line 586 of file qqmldomcomments.cpp.


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