Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmldom_fwd_p.h
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QQMLDOM_FWD_P_H
5#define QQMLDOM_FWD_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include "qqmldom_global.h"
19#include "private/qglobal_p.h"
20
22
23namespace QQmlJS {
24namespace Dom {
25
26class AstComments;
27class AttachedInfo;
28class Binding;
29class Comment;
31class ConstantData;
32class DomBase;
33enum DomCreationOption : char;
34class DomEnvironment;
35class DomItem;
36class DomTop;
37class DomUniverse;
38class Empty;
39class EnumDecl;
40class Export;
41class ExternalItemInfoBase;
42class ExternalItemPairBase;
43class ExternalOwningItem;
44class FileLocations;
45enum FileLocationRegion : int;
46class FileWriter;
47class GlobalComponent;
48class GlobalScope;
49class MockObject;
50class MockOwner;
51class Id;
52class Import;
53class JsFile;
54class JsResource;
55class List;
56class LoadInfo;
57class Map;
58class MethodInfo;
59class ModuleIndex;
60class ModuleScope;
61class MutableDomItem;
62class ObserversTrie;
63class OutWriter;
64class OutWriterState;
65class OwningItem;
66class Path;
67class Pragma;
69class PropertyInfo;
70class QQmlDomAstCreator;
71class QmlComponent;
72class QmlDirectory;
73class QmldirFile;
74class QmlFile;
75class QmlObject;
77class QmltypesFile;
78class Reference;
79class RegionComments;
81class Source;
82class TestDomItem;
83class Version;
84
85namespace ScriptElements {
86class BlockStatement;
88class Literal;
89class ForStatement;
90class IfStatement;
95// TODO: add new script classes here, as qqmldomitem_p.h cannot include qqmldomscriptelements_p.h
96// without creating circular dependencies
97class ReturnStatement;
98
99} // end namespace ScriptElements
100
101} // end namespace Dom
102} // end namespace QQmlJS
104#endif // QQMLDOM_FWD_P_H
Combined button and popup list for selecting options.