C

QSafeEventChangeLayout Class

class SafeRenderer::QSafeEventChangeLayout

The QSafeEventChangeLayout class changes the safe renderer layout to another. More...

Header: #include <QSafeEventChangeLayout>
Since: QtSafeRenderer 1.0
Inherits: SafeRenderer::QSafeEvent

Public Functions

SafeRenderer::quint32 layoutId() const
void setLayoutId(const SafeRenderer::quint32 valueArg)

Detailed Description

The QSafeEventChangeLayout class changes the safe renderer layout to another.

Member Function Documentation

SafeRenderer::quint32 QSafeEventChangeLayout::layoutId() const

Returns the layout id.

See also setLayoutId().

void QSafeEventChangeLayout::setLayoutId(const SafeRenderer::quint32 valueArg)

Sets the layout id to valueArg. 0 equals to reset the default layout.

In case of a failure, the following exception will be thrown:

ExceptionIdDescription
SafeRenderer::QSafeEventExceptionSafeRenderer::QSafeEventException::SafeEventException::OutOfBoundsThe offset of the data goes out of the reserved memory area.

See also layoutId().

Available under certain Qt licenses.
Find out more.