kleopatra
#include <modeltest.h>
Inherits QObject.
Public Member Functions | |
ModelTest (QAbstractItemModel *model, QObject *parent=0) | |
Protected Slots | |
void | layoutAboutToBeChanged () |
void | layoutChanged () |
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
|
protectedslot |
Definition at line 493 of file modeltest.cpp.
|
protectedslot |
Definition at line 499 of file modeltest.cpp.
|
protectedslot |
Store what is about to be inserted to make sure it actually happens
- See also
- rowsInserted()
Definition at line 460 of file modeltest.cpp.
|
protectedslot |
Store what is about to be inserted to make sure it actually happens
- See also
- rowsRemoved()
Definition at line 513 of file modeltest.cpp.
|
protectedslot |
Confirm that what was said was going to happen actually did
- See also
- rowsAboutToBeInserted()
Definition at line 476 of file modeltest.cpp.
|
protectedslot |
Confirm that what was said was going to happen actually did
- See also
- rowsAboutToBeRemoved()
Definition at line 528 of file modeltest.cpp.
|
protectedslot |
Definition at line 81 of file modeltest.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.