ModelTest Class Reference

#include <modeltest.h>

Inheritance diagram for ModelTest:
QObject

List of all members.

Classes

struct  Changing

Public Member Functions

 ModelTest (QAbstractItemModel *model, QObject *parent=0)

Protected Slots

void runAllTests ()
void layoutAboutToBeChanged ()
void layoutChanged ()
void rowsAboutToBeInserted (const QModelIndex &parent, int start, int end)
void rowsInserted (const QModelIndex &parent, int start, int end)
void rowsAboutToBeRemoved (const QModelIndex &parent, int start, int end)
void rowsRemoved (const QModelIndex &parent, int start, int end)

Detailed Description

Definition at line 33 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 33 of file modeltest.cpp.


Member Function Documentation

void ModelTest::layoutAboutToBeChanged (  )  [protected, slot]

Definition at line 498 of file modeltest.cpp.

void ModelTest::layoutChanged (  )  [protected, slot]

Definition at line 504 of file modeltest.cpp.

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 465 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 519 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 481 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 534 of file modeltest.cpp.

void ModelTest::runAllTests (  )  [protected, slot]

Definition at line 79 of file modeltest.cpp.


The documentation for this class was generated from the following files:
Generated on Mon Dec 27 13:13:41 2010 for Gluon by  doxygen 1.6.3