| | ListModel(ListLayout * layout, QQuickListModel * modelCache, int uid) |
| | ~ListModel() |
| int | append(v8::Handle<v8::Object> object, QV8Engine * eng) |
| int | appendElement() |
| void | clear() |
| void | destroy() |
| int | elementCount() const |
| const ListLayout::Role & | getExistingRole(int index) |
| ListModel * | getListProperty(int elementIndex, const ListLayout::Role & role) |
| const ListLayout::Role & | getOrCreateListRole(const QString & name) |
| ModelObject * | getOrCreateModelObject(QQuickListModel * model, int elementIndex) |
| QVariant | getProperty(int elementIndex, int roleIndex, const QQuickListModel * owner, QV8Engine * eng) |
| int | getUid() const |
| void | insert(int elementIndex, v8::Handle<v8::Object> object, QV8Engine * eng) |
| void | insertElement(int index) |
| void | move(int from, int to, int n) |
| void | remove(int index, int count) |
| int | roleCount() const |
| void | set(int elementIndex, v8::Handle<v8::Object> object, QVector<int> * roles, QV8Engine * eng) |
| void | set(int elementIndex, v8::Handle<v8::Object> object, QV8Engine * eng) |
| int | setExistingProperty(int uid, const QString & key, v8::Handle<v8::Value> data, QV8Engine * eng) |
| int | setOrCreateProperty(int elementIndex, const QString & key, const QVariant & data) |