AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ASpinner Class Reference

Circular infinite progress indicator. More...

#include <AUI/View/ASpinner.h>

Detailed Description

Rotates its contents as it renders.

Note
ASpinner constantly requests redraws to maintain its animation which might lead to high performance usage. See ASpinnerV2.

Member Function Documentation

> All members, including inherited

◆ render()

void ASpinner::render ( ARenderContext ctx)
overridevirtual
See also
AView::drawView

AView::render is not guaranteed to be called on per-frame basis. Moreover, this method can be called multiple times if render-to-texture caching decides to do so.

Reimplemented from AView.