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

Method InvalidateImpl

src/SFGUI/Entry.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33std::unique_ptr<RenderQueue> Entry::InvalidateImpl() const {
34 return Context::Get().GetEngine().CreateEntryDrawable( std::dynamic_pointer_cast<const Entry>( shared_from_this() ) );
35}
36
37void Entry::SetText( const sf::String& text ) {
38 m_string = text;

Callers

nothing calls this directly

Calls 1

CreateEntryDrawableMethod · 0.80

Tested by

no test coverage detected