C

SafeRenderer::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

QSafeEventChangeLayout()
QSafeEventChangeLayout(const SafeRenderer::QSafeEvent &baseEvent)
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

QSafeEventChangeLayout::QSafeEventChangeLayout()

Constructs a QSafeEventChangeLayout object.

eventType is set to EventChangeLayout.

[explicit] QSafeEventChangeLayout::QSafeEventChangeLayout(const SafeRenderer::QSafeEvent &baseEvent)

Constructs a QSafeEventChangeLayout instance, copying data from another instance baseEvent.

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.