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