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

Method InvalidateImpl

src/SFGUI/Frame.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15std::unique_ptr<RenderQueue> Frame::InvalidateImpl() const {
16 return Context::Get().GetEngine().CreateFrameDrawable( std::dynamic_pointer_cast<const Frame>( shared_from_this() ) );
17}
18
19void Frame::SetLabel( const sf::String& label ) {
20 m_label = label;

Callers

nothing calls this directly

Calls 1

CreateFrameDrawableMethod · 0.80

Tested by

no test coverage detected