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

Method GetItemHeight

SOUI/src/control/STreeView.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 int STreeViewItemLocator::GetItemHeight(HTREEITEM hItem) const
278 {
279 return (int)m_adapter->GetItemDataByIndex(hItem,ITvAdapter::DATA_INDEX_ITEM_HEIGHT);
280 }
281
282 int STreeViewItemLocator::GetItemWidth(HTREEITEM hItem) const
283 {

Callers 3

OnPaintMethod · 0.45
EnsureVisibleMethod · 0.45
OnItemGetRectMethod · 0.45

Calls 1

GetItemDataByIndexMethod · 0.80

Tested by

no test coverage detected