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
qqmlparserstatus.h
Go to the documentation of this file.
1
// Copyright (C) 2016 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
// Qt-Security score:significant
4
5
#
ifndef
QQMLPARSERSTATUS_H
6
#
define
QQMLPARSERSTATUS_H
7
8
#
include
<
QtQml
/
qtqmlglobal
.
h
>
9
#
include
<
QtCore
/
qobject
.
h
>
10
11
QT_BEGIN_NAMESPACE
12
13
14
class
Q_QML_EXPORT
QQmlParserStatus
15
{
16
public
:
17
QQmlParserStatus();
18
virtual
~QQmlParserStatus();
19
20
virtual
void
classBegin()=0;
21
virtual
void
componentComplete()=0;
22
23
private
:
24
quintptr d;
25
};
26
27
#
define
QQmlParserStatus_iid
"org.qt-project.Qt.QQmlParserStatus"
28
Q_DECLARE_INTERFACE
(
QQmlParserStatus
,
QQmlParserStatus_iid
)
29
30
QT_END_NAMESPACE
31
32
#
endif
// QQMLPARSERSTATUS_H
QQmlParserStatus
The QQmlParserStatus class provides updates on the QML parser state.
Definition
qqmlparserstatus.h:15
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
Q_DECLARE_INTERFACE
Q_DECLARE_INTERFACE(QNetworkAccessBackendFactory, QNetworkAccessBackendFactory_iid)
QQmlParserStatus_iid
#define QQmlParserStatus_iid
Definition
qqmlparserstatus.h:27
delayedRedirect
void delayedRedirect(QQmlListProperty< QObject > *prop, QObject *value)
Definition
qquickparticlegroup.cpp:64
qtdeclarative
src
qml
qml
qqmlparserstatus.h
Generated on
for Qt by
1.16.1