Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1258
LayoutParameter* Widget::getLayoutParameter() const
1259
{
1260
return dynamic_cast<LayoutParameter*>(_layoutParameterDictionary.at((int)_layoutParameterType));
1261
}
1262
1263
std::string Widget::getDescription() const
1264
{
Callers
10
supplyTheLayoutParameterLackToChild
Method · 0.80
getLayoutAccumulatedSize
Method · 0.80
doLayout
Method · 0.80
getAllWidgets
Method · 0.80
getRelativeWidget
Method · 0.80
calculateFinalPositionWithRelativeWidget
Method · 0.80
calculateFinalPositionWithRelativeAlign
Method · 0.80
remedyLayoutParameter
Method · 0.80
updateScrollViewSize
Method · 0.80
lua_ax_ui_Widget_getLayoutParameter
Function · 0.80
Calls
1
at
Method · 0.45
Tested by
1
updateScrollViewSize
Method · 0.64