|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Produces images related to an animation.
#include <AUI/Image/IAnimatedImageFactory.h>
Public Member Functions# | |
| virtual bool | hasAnimationFinished ()=0 |
| Returns true, if last provided frame was last (within one cycle of animation) | |
Public Member Functions inherited from IImageFactory | |
| virtual AImage | provideImage (const glm::ivec2 &size)=0 |
| virtual bool | isNewImageAvailable () |
| virtual glm::ivec2 | getSizeHint () |
|
pure virtual |
Implemented in GifImageFactory, and WebpImageFactory.