hgcacheproxymodel/tsrc/unit/dataproviderhelper.h
changeset 6 1cdcc61142d2
parent 3 c863538fcbb6
child 20 a60f8b6b1d32
--- 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: