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

Method InvalidateImpl

src/SFGUI/Spinner.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39std::unique_ptr<RenderQueue> Spinner::InvalidateImpl() const {
40 return Context::Get().GetEngine().CreateSpinnerDrawable( std::dynamic_pointer_cast<const Spinner>( shared_from_this() ) );
41}
42
43sf::Vector2f Spinner::CalculateRequisition() {
44 // Make it obvious where the spinner is if the user forgot to set requisition.

Callers

nothing calls this directly

Calls 1

CreateSpinnerDrawableMethod · 0.80

Tested by

no test coverage detected