21class API_AUI_VIEWS APlaceholderAnimator:
public AAnimator {
23 APlaceholderAnimator();
30 virtual float getCustomWidthForPlaceholderAnimator() = 0;
34 void doPostRender(
AView* view,
float theta,
IRenderer& render)
override;
Definition AAnimator.h:26
Definition APlaceholderAnimator.h:26
Base class of all UI objects.
Definition AView.h:78
Base class for rendering.
Definition IRenderer.h:149