MCPcopy Create free account
hub / github.com/SOUI2/soui / UpdateVisibleItem

Method UpdateVisibleItem

SOUI/src/control/STileView.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void 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
188void STileView::onItemDataChanged(int iItem)
189{

Callers

nothing calls this directly

Calls 2

getViewMethod · 0.45
first_childMethod · 0.45

Tested by

no test coverage detected