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

Method InvalidateImpl

src/SFGUI/Separator.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23std::unique_ptr<RenderQueue> Separator::InvalidateImpl() const {
24 return Context::Get().GetEngine().CreateSeparatorDrawable( std::dynamic_pointer_cast<const Separator>( shared_from_this() ) );
25}
26
27sf::Vector2f Separator::CalculateRequisition() {
28 return sf::Vector2f( 2.f, 2.f );

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected