okteta
#include <modeltest.h>
|
void | layoutAboutToBeChanged () |
|
void | layoutChanged () |
|
void | modelAboutToBeReset () |
|
void | modelReset () |
|
void | rowsAboutToBeInserted (const QModelIndex &parent, int start, int end) |
|
void | rowsAboutToBeMoved (const QModelIndex &, int, int, const QModelIndex &, int) |
|
void | rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
|
void | rowsInserted (const QModelIndex &parent, int start, int end) |
|
void | rowsMoved (const QModelIndex &, int, int, const QModelIndex &, int) |
|
void | rowsRemoved (const QModelIndex &parent, int start, int end) |
|
void | runAllTests () |
|
Definition at line 31 of file modeltest.h.
Connect to all of the models signals. Whenever anything happens recheck everything.
Definition at line 33 of file modeltest.cpp.
void ModelTest::layoutAboutToBeChanged |
( |
| ) |
|
|
protectedslot |
void ModelTest::layoutChanged |
( |
| ) |
|
|
protectedslot |
void ModelTest::modelAboutToBeReset |
( |
| ) |
|
|
protectedslot |
void ModelTest::modelReset |
( |
| ) |
|
|
protectedslot |
void ModelTest::rowsAboutToBeInserted |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
void ModelTest::rowsAboutToBeMoved |
( |
const QModelIndex & |
srcParent, |
|
|
int |
start, |
|
|
int |
end, |
|
|
const QModelIndex & |
destParent, |
|
|
int |
destinationRow |
|
) |
| |
|
protectedslot |
void ModelTest::rowsAboutToBeRemoved |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
void ModelTest::rowsInserted |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
void ModelTest::rowsMoved |
( |
const QModelIndex & |
srcParent, |
|
|
int |
start, |
|
|
int |
end, |
|
|
const QModelIndex & |
destParent, |
|
|
int |
destinationRow |
|
) |
| |
|
protectedslot |
void ModelTest::rowsRemoved |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedslot |
void ModelTest::runAllTests |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.