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

Method GetChildrenCount

SOUI/src/core/Swnd.cpp:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 }
414
415 UINT SWindow::GetChildrenCount() const
416 {
417 return m_nChildrenCount;
418 }
419
420 void SWindow::InsertChild(SWindow *pNewChild,SWindow *pInsertAfter/*=ICWND_LAST*/)
421 {

Callers 14

LayoutChildrenMethod · 0.45
MeasureChildrenMethod · 0.45
_PaintRegion2Method · 0.45
FindNextFocusableViewMethod · 0.45
get_accChildCountMethod · 0.45
accValidateNavStartMethod · 0.45
accNavigateMethod · 0.45
getViewMethod · 0.45
getViewMethod · 0.45
getViewMethod · 0.45
getViewMethod · 0.45
getViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected