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

Method getLayoutParameter

core/ui/UIWidget.cpp:1258–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256}
1257
1258LayoutParameter* Widget::getLayoutParameter() const
1259{
1260 return dynamic_cast<LayoutParameter*>(_layoutParameterDictionary.at((int)_layoutParameterType));
1261}
1262
1263std::string Widget::getDescription() const
1264{

Calls 1

atMethod · 0.45

Tested by 1

updateScrollViewSizeMethod · 0.64