![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qjslist.h>
Public Member Functions | |
QJSList (List *list, QJSEngine *engine) | |
Value | at (qsizetype index) const |
qsizetype | size () const |
void | resize (qsizetype size) |
bool | includes (const Value &value) const |
bool | includes (const Value &value, qsizetype start) const |
QString | join (const QString &separator=QStringLiteral(",")) const |
List | slice () const |
List | slice (qsizetype start) const |
List | slice (qsizetype start, qsizetype end) const |
qsizetype | indexOf (const Value &value) const |
qsizetype | indexOf (const Value &value, qsizetype start) const |
qsizetype | lastIndexOf (const Value &value) const |
qsizetype | lastIndexOf (const Value &value, qsizetype start) const |
QString | toString () const |