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

Method loadsItsChildren

src/eepp/ui/uiwidget.cpp:2304–2306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2302}
2303
2304bool UIWidget::loadsItsChildren() const {
2305 return ( mFlags & UI_LOADS_ITS_CHILDREN ) != 0;
2306}
2307
2308std::string UIWidget::getLayoutWidthPolicyString() const {
2309 SizePolicy rules = getLayoutWidthPolicy();

Callers 2

loadFromXmlNodeMethod · 0.80
loadNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected