Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ create
Method
create
core/2d/MenuItem.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
//
50
51
MenuItem* MenuItem::create()
52
{
53
return MenuItem::create((const ccMenuCallback&)nullptr);
54
}
55
56
MenuItem* MenuItem::create(const ccMenuCallback& callbackClick)
57
{
Callers
nothing calls this directly
Calls
9
create
Function · 0.85
autorelease
Method · 0.80
initWithLabel
Method · 0.80
initWithNormalSprite
Method · 0.80
initWithNormalImage
Method · 0.80
initWithItem
Method · 0.80
initWithCallback
Method · 0.45
initWithString
Method · 0.45
init
Method · 0.45
Tested by
no test coverage detected