Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ ~TabControl
Method
~TabControl
core/ui/UITabControl.cpp:53–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
TabControl::~TabControl()
54
{
55
for (auto&& item : _tabItems)
56
{
57
if (item)
58
AX_SAFE_DELETE(item);
59
}
60
_tabItems.clear();
61
}
62
63
void TabControl::insertTab(int index, TabHeader* header, Layout* container)
64
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected