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// Qt-Security score:significant reason:default
4
6
8
9QQuickDesignerCustomParserObject::QQuickDesignerCustomParserObject() = default;
10
12 const QQmlRefPointer<QV4::CompiledData::CompilationUnit> &,
13 const QList<const QV4::CompiledData::Binding *> &)
14{
15 /* Nothing to do we accept anything */
16}
17
19 QObject *, const QQmlRefPointer<QV4::ExecutableCompilationUnit> &,
20 const QList<const QV4::CompiledData::Binding *> &)
21{
22 /* Nothing to do we accept anything */
23}
24
25QT_END_NAMESPACE
26
27#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
Combined button and popup list for selecting options.