Public Member Functions | |
void | setIdentityColumns (const QList< int > &identityColumns) |
bool | addRowWithData (int row, const QVariantList &data) |
bool | hasRowWithIdentity (const IdentityList &identity) const |
QPersistentModelIndex | identityToRow (const IdentityList &identity) const |
void | beginLazyRowRemovals () |
bool | lazyRemoveRow (const IdentityList &identity) |
void | endLazyRowRemovals () |
void | beginLazyRowInsertions () |
void | lazyInsertRow (int row, const QVariantList &data) |
void | endLazyRowInsertions () |
QLinkedList< IdentityList > | affectedRows (const QList< UpdateRule > &rules) const |
bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex()) |