Connect to all of the models signals. Whenever anything happens recheck everything.
| void ModelTest::rowsAboutToBeInserted |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
Store what is about to be inserted to make sure it actually happens
- See also
- rowsInserted()
| void ModelTest::rowsAboutToBeRemoved |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
Store what is about to be inserted to make sure it actually happens
- See also
- rowsRemoved()
| void ModelTest::rowsInserted |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
| void ModelTest::rowsRemoved |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
The documentation for this class was generated from the following files:
- projects/gui/3rdparty/modeltest/modeltest.h
- projects/gui/3rdparty/modeltest/modeltest.cpp