Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmladaptormodelenginedata.cpp
Go to the documentation of this file.
1// Copyright (C) 2023 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#include <private/qqmladaptormodelenginedata_p.h>
5#include <private/qqmldmlistaccessordata_p.h>
6
8
23
QQmlAdaptorModelEngineData(QV4::ExecutionEngine *v4)
static QV4::ReturnedValue get_index(const QV4::FunctionObject *f, const QV4::Value *thisObject, const QV4::Value *, int)
static QV4::ReturnedValue get_modelData(const QV4::FunctionObject *b, const QV4::Value *thisObject, const QV4::Value *, int)
static QV4::ReturnedValue set_modelData(const QV4::FunctionObject *b, const QV4::Value *thisObject, const QV4::Value *argv, int argc)
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
void set(ExecutionEngine *engine, const Value &value)
Combined button and popup list for selecting options.
#define QStringLiteral(str)
Heap::Object * newObject()
void defineAccessorProperty(const QString &name, VTable::Call getter, VTable::Call setter)