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

Method Create

src/SFGUI/Entry.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27Entry::Ptr Entry::Create( const sf::String& text ) {
28 Ptr ptr( new Entry );
29 ptr->SetText( text );
30 return ptr;
31}
32
33std::unique_ptr<RenderQueue> Entry::InvalidateImpl() const {
34 return Context::Get().GetEngine().CreateEntryDrawable( std::dynamic_pointer_cast<const Entry>( shared_from_this() ) );

Callers

nothing calls this directly

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected