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