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
4
#
ifndef
QQMLPARSERSTATUS_H
5
#
define
QQMLPARSERSTATUS_H
6
7
#
include
<
QtQml
/
qtqmlglobal
.
h
>
8
#
include
<
QtCore
/
qobject
.
h
>
9
10
QT_BEGIN_NAMESPACE
11
12
13
class
Q_QML_EXPORT
QQmlParserStatus
14
{
15
public
:
16
QQmlParserStatus();
17
virtual
~QQmlParserStatus();
18
19
virtual
void
classBegin()=0;
20
virtual
void
componentComplete()=0;
21
22
private
:
23
quintptr d;
24
};
25
26
#
define
QQmlParserStatus_iid
"org.qt-project.Qt.QQmlParserStatus"
27
Q_DECLARE_INTERFACE
(
QQmlParserStatus
,
QQmlParserStatus_iid
)
28
29
QT_END_NAMESPACE
30
31
#
endif
// QQMLPARSERSTATUS_H
QQmlParserStatus
The QQmlParserStatus class provides updates on the QML parser state.
Definition
qqmlparserstatus.h:14
QPlatformGraphicsBufferHelper
\inmodule QtGui
Q_DECLARE_INTERFACE
Q_DECLARE_INTERFACE(QNetworkAccessBackendFactory, QNetworkAccessBackendFactory_iid)
QQmlParserStatus_iid
#define QQmlParserStatus_iid
Definition
qqmlparserstatus.h:26
delayedRedirect
void delayedRedirect(QQmlListProperty< QObject > *prop, QObject *value)
Definition
qquickparticlegroup.cpp:64
qtdeclarative
src
qml
qml
qqmlparserstatus.h
Generated on
for Qt by
1.14.0