| 234 | } |
| 235 | |
| 236 | std::unique_ptr<RenderQueue> Widget::InvalidateImpl() const { |
| 237 | return nullptr; |
| 238 | } |
| 239 | |
| 240 | void Widget::SetParent( Widget::Ptr parent ) { |
| 241 | auto cont = std::dynamic_pointer_cast<Container>( parent ); |
nothing calls this directly
no outgoing calls
no test coverage detected