◆ ModelTest()
Connect to all of the models signals. Whenever anything happens recheck everything.
◆ rowsAboutToBeInserted
| 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()
◆ rowsAboutToBeRemoved
| 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()
◆ rowsInserted
| void ModelTest::rowsInserted |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
◆ rowsRemoved
| 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