C

QSafeEventException Class

class SafeRenderer::QSafeEventException

An 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.

ConstantValueDescription
SafeRenderer::QSafeEventException::OutOfBounds0The offset of the data goes out of the reserved memory area.

Available under certain Qt licenses.
Find out more.