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
qqmldomcomments.cpp File Reference

(f74b1936ac52a70590bfa81d74c8af9d404ddc39)

#include "qqmldomcomments_p.h"
#include "qqmldomoutwriter_p.h"
#include "qqmldomlinewriter_p.h"
#include "qqmldomelements_p.h"
#include "qqmldomexternalitems_p.h"
#include "qqmldomastdumper_p.h"
#include <QtQml/private/qqmljsastvisitor_p.h>
#include <QtQml/private/qqmljsast_p.h>
#include <QtQml/private/qqmljslexer_p.h>
#include <QtCore/QSet>
#include <variant>
Include dependency graph for qqmldomcomments.cpp:

Go to the source code of this file.

Classes

class  QQmlJS::Dom::RegionRef
class  QQmlJS::Dom::NodeRef
class  QQmlJS::Dom::ElementRef
class  QQmlJS::Dom::AstRangesVisitor
class  QQmlJS::Dom::CommentLinker

Namespaces

namespace  QQmlJS
namespace  QQmlJS::Dom

Functions

 Q_STATIC_LOGGING_CATEGORY (commentsLog, "qt.qmldom.comments", QtWarningMsg)
static void QQmlJS::Dom::writeComments (OutWriter &lw, const QList< Comment > &comments)

Function Documentation

◆ Q_STATIC_LOGGING_CATEGORY()

Q_STATIC_LOGGING_CATEGORY ( commentsLog ,
"qt.qmldom.comments" ,
QtWarningMsg  )