MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetItem

Function GetItem

Libraries/TabbingFramework/CustomTabCtrl.h:3078–3087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3076 */
3077
3078 TItem* GetItem(size_t nItem) const
3079 {
3080 ATLASSERT(nItem < m_Items.GetCount());
3081 if( nItem >= m_Items.GetCount() )
3082 {
3083 return NULL;
3084 }
3085
3086 return m_Items[nItem];
3087 }
3088
3089 int SetCurSel(int nItem, bool bNotify = true)
3090 {

Callers

nothing calls this directly

Calls 1

GetCountMethod · 0.80

Tested by

no test coverage detected