![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmllistwrapper_p.h"
#include <QtQml/qqmlinfo.h>
#include <private/qqmllist_p.h>
#include <private/qv4arrayiterator_p.h>
#include <private/qv4arrayobject_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4objectiterator_p.h>
#include <private/qv4objectproto_p.h>
#include <private/qv4qobjectwrapper_p.h>
#include <private/qv4symbol_p.h>
Go to the source code of this file.
Classes | |
struct | ListWrapperObject |
struct | QmlListWrapperOwnPropertyKeyIterator |
Functions | |
DEFINE_OBJECT_VTABLE (QmlListWrapper) | |
static void | setArrayData (Heap::QmlListWrapper *d) |
static void | appendWrapped (QQmlListProperty< QObject > *p, QObject *o) |
static qsizetype | countWrapped (QQmlListProperty< QObject > *p) |
static QObject * | atWrapped (QQmlListProperty< QObject > *p, qsizetype i) |
static void | clearWrapped (QQmlListProperty< QObject > *p) |
static void | replaceWrapped (QQmlListProperty< QObject > *p, qsizetype i, QObject *o) |
static void | removeLastWrapped (QQmlListProperty< QObject > *p) |
template<typename Iterate> | |
ReturnedValue | firstOrLastIndexOf (const FunctionObject *b, const Value *thisObject, const Value *argv, int argc, Iterate iterate) |
|
static |
Definition at line 53 of file qqmllistwrapper.cpp.
|
static |
Definition at line 77 of file qqmllistwrapper.cpp.
|
static |
Definition at line 84 of file qqmllistwrapper.cpp.
|
static |
Definition at line 71 of file qqmllistwrapper.cpp.
DEFINE_OBJECT_VTABLE | ( | QmlListWrapper | ) |
ReturnedValue firstOrLastIndexOf | ( | const FunctionObject * | b, |
const Value * | thisObject, | ||
const Value * | argv, | ||
int | argc, | ||
Iterate | iterate ) |
Definition at line 608 of file qqmllistwrapper.cpp.
|
static |
Definition at line 99 of file qqmllistwrapper.cpp.
|
static |
Definition at line 90 of file qqmllistwrapper.cpp.
|
static |
Definition at line 27 of file qqmllistwrapper.cpp.