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

Method isPacking

src/eepp/ui/uihtmlwidget.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool UIHTMLWidget::isPacking() const {
34 UILayouter* layouter = const_cast<UIHTMLWidget*>( this )->getLayouter();
35 if ( layouter )
36 return layouter->isPacking();
37 return UILayout::isPacking();
38}
39
40void UIHTMLWidget::onDisplayChange() {
41 eeSAFE_DELETE( mLayouter );

Callers

nothing calls this directly

Calls 2

getLayouterMethod · 0.80
isPackingFunction · 0.50

Tested by

no test coverage detected