MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetItemAt

Method GetItemAt

DuiLib/Core/UIContainer.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 CControlUI* CContainerUI::GetItemAt(int iIndex) const
43 {
44 if( iIndex < 0 || iIndex >= m_items.GetSize() ) return NULL;
45 return static_cast<CControlUI*>(m_items[iIndex]);
46 }
47
48 int CContainerUI::GetItemIndex(CControlUI* pControl) const
49 {

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected