| 179 | } |
| 180 | |
| 181 | void STileView::UpdateVisibleItem(int iItem) |
| 182 | { |
| 183 | SItemPanel * pItem = GetItemPanel(iItem); |
| 184 | SASSERT(pItem); |
| 185 | m_adapter->getView(iItem, pItem, m_xmlTemplate.first_child()); |
| 186 | } |
| 187 | |
| 188 | void STileView::onItemDataChanged(int iItem) |
| 189 | { |
nothing calls this directly
no test coverage detected