Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getItemsCount
Method
getItemsCount
UnitTests/UnitTest_HyperTextBox/HyperTextBox.cpp:633–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
631
}
632
633
size_t HyperTextBox::getItemsCount() const
634
{
635
return mStackPanel->getChildCount();
636
}
637
638
void HyperTextBox::removeItemAt(size_t _index)
639
{
Callers
nothing calls this directly
Calls
1
getChildCount
Method · 0.80
Tested by
no test coverage detected