![]() |
Qt 6.x
The Qt SDK
|
#include "qqmldom_fwd_p.h"
#include "qqmldomconstants_p.h"
#include "qqmldomfunctionref_p.h"
#include "qqmldomitem_p.h"
#include "qqmldomattachedinfo_p.h"
#include <QtQml/private/qqmljsast_p.h>
#include <QtQml/private/qqmljsengine_p.h>
#include <QtCore/QMultiMap>
#include <QtCore/QHash>
#include <QtCore/QStack>
#include <QtCore/QCoreApplication>
#include <memory>
Go to the source code of this file.
Classes | |
class | QQmlJS::Dom::CommentInfo |
Extracts various pieces and information out of a rawComment string. More... | |
class | QQmlJS::Dom::Comment |
Represents a comment. More... | |
class | QQmlJS::Dom::CommentedElement |
Keeps the comment associated with an element. More... | |
class | QQmlJS::Dom::RegionComments |
Keeps the comments associated with a DomItem. More... | |
class | QQmlJS::Dom::AstComments |
Associates comments with AST::Node *. More... | |
class | QQmlJS::Dom::VisitAll |
A vistor that visits all the AST:Node. More... | |
Namespaces | |
namespace | QQmlJS |
namespace | QQmlJS::Dom |