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

Method InvalidateImpl

src/SFGUI/Scrollbar.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82std::unique_ptr<RenderQueue> Scrollbar::InvalidateImpl() const {
83 return Context::Get().GetEngine().CreateScrollbarDrawable( std::dynamic_pointer_cast<const Scrollbar>( shared_from_this() ) );
84}
85
86sf::Vector2f Scrollbar::CalculateRequisition() {
87 float mimimum_slider_length( Context::Get().GetEngine().GetProperty<float>( "SliderMinimumLength", shared_from_this() ) );

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected