![]() |
Qt 4.8
|
Public Functions | |
| void | changedChange (int index, int count, const QList< int > &roles) |
| void | clearChange () |
| void | insertChange (int index, int count) |
| void | moveChange (int index, int count, int to) |
| void | removeChange (int index, int count) |
Public Variables | |
| QList< Change > | changes |
Definition at line 130 of file qdeclarativelistmodelworkeragent_p.h.
| void QDeclarativeListModelWorkerAgent::Data::changedChange | ( | int | index, |
| int | count, | ||
| const QList< int > & | roles | ||
| ) |
Definition at line 79 of file qdeclarativelistmodelworkeragent.cpp.
Referenced by QDeclarativeListModelWorkerAgent::changedData(), QDeclarativeListModelWorkerAgent::set(), and QDeclarativeListModelWorkerAgent::setProperty().
| void QDeclarativeListModelWorkerAgent::Data::clearChange | ( | ) |
Definition at line 56 of file qdeclarativelistmodelworkeragent.cpp.
Referenced by QDeclarativeListModelWorkerAgent::clear().
| void QDeclarativeListModelWorkerAgent::Data::insertChange | ( | int | index, |
| int | count | ||
| ) |
Definition at line 61 of file qdeclarativelistmodelworkeragent.cpp.
Referenced by QDeclarativeListModelWorkerAgent::append(), and QDeclarativeListModelWorkerAgent::insert().
| void QDeclarativeListModelWorkerAgent::Data::moveChange | ( | int | index, |
| int | count, | ||
| int | to | ||
| ) |
Definition at line 73 of file qdeclarativelistmodelworkeragent.cpp.
Referenced by QDeclarativeListModelWorkerAgent::move().
| void QDeclarativeListModelWorkerAgent::Data::removeChange | ( | int | index, |
| int | count | ||
| ) |
Definition at line 67 of file qdeclarativelistmodelworkeragent.cpp.
Referenced by QDeclarativeListModelWorkerAgent::clear(), and QDeclarativeListModelWorkerAgent::remove().
Definition at line 131 of file qdeclarativelistmodelworkeragent_p.h.
Referenced by changedChange(), clearChange(), QDeclarativeListModelWorkerAgent::event(), insertChange(), moveChange(), removeChange(), and QDeclarativeListModelWorkerAgent::sync().