diff -r 4fa04caf0f43 -r 1cdcc61142d2 hgcacheproxymodel/tsrc/unit/dataproviderhelper.h --- a/hgcacheproxymodel/tsrc/unit/dataproviderhelper.h Fri Jun 11 14:43:11 2010 +0300 +++ b/hgcacheproxymodel/tsrc/unit/dataproviderhelper.h Thu Jun 24 12:59:29 2010 +0300 @@ -76,6 +76,19 @@ void testEmitLayoutChanged(); void testEmitModelAboutToBeReset(); void testEmitModelReset(); + + bool testEmitColumnsAboutToBeMoved(int from, int to); + void testEmitColumnsMoved(int from, int to); + bool testEmitRowsAboutToBeMoved(int from, int to); + void testEmitRowsMoved(int from, int to); + + + void testChangeIconMode(HgDataProviderIconMode mode); + HgDataProviderIconMode testIconMode(); + + void testClearItem(int pos, bool silent); + QModelIndex testCreateIndex(int row, int col); + int getCount(); //from HgDataProviderModelObserver public: