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