MCPcopy Create free account
hub / github.com/TankOs/SFGUI / InvalidateImpl

Method InvalidateImpl

src/SFGUI/Widget.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236std::unique_ptr<RenderQueue> Widget::InvalidateImpl() const {
237 return nullptr;
238}
239
240void Widget::SetParent( Widget::Ptr parent ) {
241 auto cont = std::dynamic_pointer_cast<Container>( parent );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected