C
QSafeEventException Class
class SafeRenderer::QSafeEventExceptionAn instance of QSafeEventException is thrown in case of an exception. More...
Header: | #include <QSafeEventException> |
Since: | QtSafeRenderer 2.1 |
Inherits: | SafeRenderer::QSafeException |
Public Types
enum | SafeEventException { OutOfBounds } |
Detailed Description
Instance of this class is thrown when an exception occurs related to safe events.
Member Type Documentation
enum QSafeEventException::SafeEventException
This enum describes the id of a thrown safe event exception.
Constant | Value | Description |
---|---|---|
SafeRenderer::QSafeEventException::OutOfBounds | 0 | The offset of the data goes out of the reserved memory area. |
Available under certain Qt licenses.
Find out more.