18#include <AUI/Render/IRenderer.h>
21class API_AUI_VIEWS AFocusAnimator:
public AAnimator {
Definition AAnimator.h:26
void doAnimation(AView *view, float theta, IRenderer &render) override
Does the animation (sets matrix, colors, etc...)
Base class of all UI objects.
Definition AView.h:78
Base class for rendering.
Definition IRenderer.h:149