46#include <QtCore/QObject>
47#include <QtCore/QAbstractItemModel>
48#include <QtCore/QStack>
58 void nonDestructiveBasicTest();
68 void layoutAboutToBeChanged();
76 void checkChildren(
const QModelIndex &parent,
int currentDepth = 0 );
86 QStack<Changing> insert;
87 QStack<Changing> remove;
void rowsAboutToBeInserted(const QModelIndex &parent, int start, int end)
Definition modeltest.cpp:473
void rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end)
Definition modeltest.cpp:538
void rowsRemoved(const QModelIndex &parent, int start, int end)
Definition modeltest.cpp:554
ModelTest(QAbstractItemModel *model, QObject *parent=0)
Definition modeltest.cpp:54
void rowsInserted(const QModelIndex &parent, int start, int end)
Definition modeltest.cpp:492