Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ init
Method
init
core/ui/UIHBox.cpp:62–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
bool HBox::init()
63
{
64
if (Layout::init())
65
{
66
setLayoutType(Layout::Type::HORIZONTAL);
67
return true;
68
}
69
return false;
70
}
71
72
bool HBox::initWithSize(const Vec2& size)
73
{
Callers
7
create
Method · 0.45
create
Method · 0.45
create
Method · 0.45
create
Method · 0.45
create
Method · 0.45
create
Method · 0.45
create
Method · 0.45
Calls
1
init
Function · 0.50
Tested by
no test coverage detected