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
qquickdesignercustomparserobject.cpp
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
5
7
8QQuickDesignerCustomParserObject::QQuickDesignerCustomParserObject() = default;
9
11 const QQmlRefPointer<QV4::CompiledData::CompilationUnit> &,
12 const QList<const QV4::CompiledData::Binding *> &)
13{
14 /* Nothing to do we accept anything */
15}
16
18 QObject *, const QQmlRefPointer<QV4::ExecutableCompilationUnit> &,
19 const QList<const QV4::CompiledData::Binding *> &)
20{
21 /* Nothing to do we accept anything */
22}
23
24QT_END_NAMESPACE
25
26#include "moc_qquickdesignercustomparserobject_p.cpp"
void applyBindings(QObject *obj, const QQmlRefPointer< QV4::ExecutableCompilationUnit > &compilationUnit, const QList< const QV4::CompiledData::Binding * > &bindings) override
void verifyBindings(const QQmlRefPointer< QV4::CompiledData::CompilationUnit > &compilationUnit, const QList< const QV4::CompiledData::Binding * > &props) override