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

Method Started

src/SFGUI/Spinner.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35bool Spinner::Started() const {
36 return m_started;
37}
38
39std::unique_ptr<RenderQueue> Spinner::InvalidateImpl() const {
40 return Context::Get().GetEngine().CreateSpinnerDrawable( std::dynamic_pointer_cast<const Spinner>( shared_from_this() ) );

Callers 3

CreateSpinnerDrawableMethod · 0.80
OnToggleSpinnerMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

OnToggleSpinnerMethod · 0.64