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

Method InvalidateImpl

src/SFGUI/Label.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169std::unique_ptr<RenderQueue> Label::InvalidateImpl() const {
170 return Context::Get().GetEngine().CreateLabelDrawable( std::dynamic_pointer_cast<const Label>( shared_from_this() ) );
171}
172
173sf::Vector2f Label::CalculateRequisition() {
174 const std::string& font_name( Context::Get().GetEngine().GetProperty<std::string>( "FontName", shared_from_this() ) );

Callers

nothing calls this directly

Calls 1

CreateLabelDrawableMethod · 0.80

Tested by

no test coverage detected