parley
ModelTest Class Reference
#include <modeltest.h>
Inheritance diagram for ModelTest:

Public Member Functions | |
| ModelTest (QAbstractItemModel *model, QObject *parent=0) | |
Protected Slots | |
| void | rowsAboutToBeInserted (const QModelIndex &parent, int start, int end) |
| void | rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
| void | rowsInserted (const QModelIndex &parent, int start, int end) |
| void | rowsRemoved (const QModelIndex &parent, int start, int end) |
| void | runAllTests () |
Detailed Description
Definition at line 31 of file modeltest.h.
Constructor & Destructor Documentation
| ModelTest::ModelTest | ( | QAbstractItemModel * | _model, | |
| QObject * | parent = 0 | |||
| ) |
Connect to all of the models signals. Whenever anything happens recheck everything.
Definition at line 35 of file modeltest.cpp.
Member Function Documentation
| void ModelTest::rowsAboutToBeInserted | ( | const QModelIndex & | parent, | |
| int | start, | |||
| int | end | |||
| ) | [protected, slot] |
Store what is about to be inserted to make sure it actually happens
- See also:
- rowsInserted()
Definition at line 457 of file modeltest.cpp.
| void ModelTest::rowsAboutToBeRemoved | ( | const QModelIndex & | parent, | |
| int | start, | |||
| int | end | |||
| ) | [protected, slot] |
Store what is about to be inserted to make sure it actually happens
- See also:
- rowsRemoved()
Definition at line 495 of file modeltest.cpp.
| void ModelTest::rowsInserted | ( | const QModelIndex & | parent, | |
| int | start, | |||
| int | end | |||
| ) | [protected, slot] |
Confirm that what was said was going to happen actually did
- See also:
- rowsAboutToBeInserted()
Definition at line 473 of file modeltest.cpp.
| void ModelTest::rowsRemoved | ( | const QModelIndex & | parent, | |
| int | start, | |||
| int | end | |||
| ) | [protected, slot] |
Confirm that what was said was going to happen actually did
- See also:
- rowsAboutToBeRemoved()
Definition at line 510 of file modeltest.cpp.
| void ModelTest::runAllTests | ( | ) | [protected, slot] |
Definition at line 76 of file modeltest.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference