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
11
12
13class Q_QML_EXPORT QQmlParserStatus
14{
15public:
16 QQmlParserStatus();
17 virtual ~QQmlParserStatus();
18
19 virtual void classBegin()=0;
20 virtual void componentComplete()=0;
21
22private:
23 quintptr d;
24};
25
26#define QQmlParserStatus_iid "org.qt-project.Qt.QQmlParserStatus"
28
29QT_END_NAMESPACE
30
31#endif // QQMLPARSERSTATUS_H
The QQmlParserStatus class provides updates on the QML parser state.
Q_DECLARE_INTERFACE(QNetworkAccessBackendFactory, QNetworkAccessBackendFactory_iid)
#define QQmlParserStatus_iid
void delayedRedirect(QQmlListProperty< QObject > *prop, QObject *value)