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

Method InvalidateImpl

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CreateButtonDrawableMethod · 0.80

Tested by

no test coverage detected