C
SafeRenderer::QSafeAnimationException Class
class SafeRenderer::QSafeAnimationExceptionAn instance of QSafeAnimationException is thrown in case of an exception. More...
| Header: | #include <QSafeAnimationException> |
| Since: | QtSafeRenderer 2.1 |
| Inherits: | SafeRenderer::QSafeException |
Public Types
| enum | AnimationsException { IndexOutOfBounds, UnsupportedAnimationType, InvalidAnimationData } |
Reimplemented Public Functions
| virtual SafeRenderer::QSafeException::ExceptionType | type() const override |
Detailed Description
Instance of this class is thrown when an exception occurs related to animation.
Member Type Documentation
enum QSafeAnimationException::AnimationsException
This enum describes the id of a thrown animation exception.
| Constant | Value | Description |
|---|---|---|
SafeRenderer::QSafeAnimationException::IndexOutOfBounds | 0 | The index is out of bounds. |
SafeRenderer::QSafeAnimationException::UnsupportedAnimationType | 1 | The type of the animation is not supported. |
SafeRenderer::QSafeAnimationException::InvalidAnimationData | 2 | The animation data is invalid. |
Available under certain Qt licenses.
Find out more.