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