diff options
Diffstat (limited to 'src/animationlayer.h')
| -rw-r--r-- | src/animationlayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animationlayer.h b/src/animationlayer.h index c67f7026..820703d6 100644 --- a/src/animationlayer.h +++ b/src/animationlayer.h @@ -62,6 +62,8 @@ public: int currentFrameNumber(); void jumpToFrame(int number); + bool isPlayOnce(); + void setPlayOnce(bool enabled); void setStretchToFit(bool enabled); void setResetCacheWhenStopped(bool enabled); |
