![]() |
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 <QtQml/private/qqmlproperty_p.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 54 of file qqmllistwrapper.cpp.
|
static |
Definition at line 78 of file qqmllistwrapper.cpp.
|
static |
Definition at line 85 of file qqmllistwrapper.cpp.
|
static |
Definition at line 72 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 630 of file qqmllistwrapper.cpp.
|
static |
Definition at line 100 of file qqmllistwrapper.cpp.
|
static |
Definition at line 91 of file qqmllistwrapper.cpp.
|
static |
Definition at line 28 of file qqmllistwrapper.cpp.