C
QSafeEventChangeLayout Class
class SafeRenderer::QSafeEventChangeLayoutThe 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) |
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:
Exception | Id | Description |
---|---|---|
SafeRenderer::QSafeEventException | SafeRenderer::QSafeEventException::SafeEventException::OutOfBounds | The offset of the data goes out of the reserved memory area. |
See also layoutId().
Available under certain Qt licenses.
Find out more.