74 void testEmitColumnsRemove(QModelIndex parent,int from,int to); |
74 void testEmitColumnsRemove(QModelIndex parent,int from,int to); |
75 void testEmitLayoutAboutToBeChanged(); |
75 void testEmitLayoutAboutToBeChanged(); |
76 void testEmitLayoutChanged(); |
76 void testEmitLayoutChanged(); |
77 void testEmitModelAboutToBeReset(); |
77 void testEmitModelAboutToBeReset(); |
78 void testEmitModelReset(); |
78 void testEmitModelReset(); |
|
79 |
|
80 bool testEmitColumnsAboutToBeMoved(int from, int to); |
|
81 void testEmitColumnsMoved(int from, int to); |
|
82 bool testEmitRowsAboutToBeMoved(int from, int to); |
|
83 void testEmitRowsMoved(int from, int to); |
|
84 |
|
85 |
|
86 void testChangeIconMode(HgDataProviderIconMode mode); |
|
87 HgDataProviderIconMode testIconMode(); |
|
88 |
|
89 void testClearItem(int pos, bool silent); |
|
90 QModelIndex testCreateIndex(int row, int col); |
|
91 int getCount(); |
79 |
92 |
80 //from HgDataProviderModelObserver |
93 //from HgDataProviderModelObserver |
81 public: |
94 public: |
82 virtual void dataUpdated(int from, int to); |
95 virtual void dataUpdated(int from, int to); |
83 |
96 |