MCPcopy Create free account
hub / github.com/axmolengine/axmol / create

Method create

core/ui/UITextField.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{
38
39UICCTextField* UICCTextField::create()
40{
41 UICCTextField* ret = new UICCTextField();
42 ret->autorelease();
43 return ret;
44}
45
46UICCTextField::UICCTextField()
47 : _maxLengthEnabled(false)

Callers

nothing calls this directly

Calls 7

autoreleaseMethod · 0.80
initWithPlaceHolderMethod · 0.45
emptyMethod · 0.45
setPlaceHolderMethod · 0.45
initMethod · 0.45
setFontNameMethod · 0.45
setFontSizeMethod · 0.45

Tested by

no test coverage detected