#include <modeltest.h>
|
| ModelTest (QAbstractItemModel *model, QObject *parent=nullptr) |
|
Definition at line 50 of file modeltest.h.
◆ ModelTest()
ModelTest::ModelTest |
( |
QAbstractItemModel * |
_model, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
Connect to all of the models signals. Whenever anything happens recheck everything.
Definition at line 56 of file modeltest.cpp.
◆ layoutAboutToBeChanged
void ModelTest::layoutAboutToBeChanged |
( |
| ) |
|
|
protectedslot |
◆ layoutChanged
void ModelTest::layoutChanged |
( |
| ) |
|
|
protectedslot |
◆ rowsAboutToBeInserted
void ModelTest::rowsAboutToBeInserted |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
◆ rowsAboutToBeRemoved
void ModelTest::rowsAboutToBeRemoved |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
◆ rowsInserted
void ModelTest::rowsInserted |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
◆ rowsRemoved
void ModelTest::rowsRemoved |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
◆ runAllTests
void ModelTest::runAllTests |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following files: