MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getLayouter

Method getLayouter

src/eepp/ui/uihtmlwidget.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18UILayouter* UIHTMLWidget::getLayouter() {
19 if ( !mLayouter ) {
20 mLayouter = UILayouterManager::create( mDisplay, this );
21 }
22 return mLayouter;
23}
24
25Uint32 UIHTMLWidget::getType() const {
26 return UI_TYPE_HTML_WIDGET;

Callers 8

isPackingMethod · 0.80
getMinIntrinsicWidthMethod · 0.80
getMaxIntrinsicWidthMethod · 0.80
applyPropertyMethod · 0.80
getMinIntrinsicWidthMethod · 0.80
getMaxIntrinsicWidthMethod · 0.80
updateLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected