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

Method InvalidateImpl

src/SFGUI/Scale.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52std::unique_ptr<RenderQueue> Scale::InvalidateImpl() const {
53 return Context::Get().GetEngine().CreateScaleDrawable( std::dynamic_pointer_cast<const Scale>( shared_from_this() ) );
54}
55
56sf::Vector2f Scale::CalculateRequisition() {
57 auto slider_length = Context::Get().GetEngine().GetProperty<float>( "SliderLength", shared_from_this() );

Callers

nothing calls this directly

Calls 1

CreateScaleDrawableMethod · 0.80

Tested by

no test coverage detected