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

Method UpdateVisibleItem

SOUI/src/control/SListView.cpp:389–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387
388
389 void SListView::UpdateVisibleItem(int iItem)
390 {
391 SASSERT(m_lvItemLocator->IsFixHeight());
392 SItemPanel * pItem = GetItemPanel(iItem);
393 SASSERT(pItem);
394 m_adapter->getView(iItem,pItem,m_xmlTemplate.first_child());
395 }
396
397
398 void SListView::OnSize(UINT nType, CSize size)

Callers

nothing calls this directly

Calls 3

IsFixHeightMethod · 0.80
getViewMethod · 0.45
first_childMethod · 0.45

Tested by

no test coverage detected