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

Method GetItemRect

SOUI/src/core/SItemPanel.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293CRect SItemPanel::GetItemRect()
294{
295 CRect rcItem;
296 m_pItemContainer->OnItemGetRect(this,rcItem);
297 return rcItem;
298}
299void SItemPanel::SetItemCapture(BOOL bCapture)
300{
301 m_pItemContainer->OnItemSetCapture(this,bCapture);

Callers 1

OnMcLvHeaderRelayoutMethod · 0.45

Calls 1

OnItemGetRectMethod · 0.45

Tested by

no test coverage detected