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

Method InvalidateImpl

src/SFGUI/SpinButton.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::unique_ptr<RenderQueue> SpinButton::InvalidateImpl() const {
48 return Context::Get().GetEngine().CreateSpinButtonDrawable( std::dynamic_pointer_cast<const SpinButton>( shared_from_this() ) );
49}
50
51sf::Vector2f SpinButton::CalculateRequisition() {
52 const std::string& font_name( Context::Get().GetEngine().GetProperty<std::string>( "FontName", shared_from_this() ) );

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected