Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LayoutChildren
Method · 0.45
MeasureChildren
Method · 0.45
_PaintRegion2
Method · 0.45
FindNextFocusableView
Method · 0.45
get_accChildCount
Method · 0.45
accValidateNavStart
Method · 0.45
accNavigate
Method · 0.45
getView
Method · 0.45
getView
Method · 0.45
getView
Method · 0.45
getView
Method · 0.45
getView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected