C

SafeWindow Class

class SafeRenderer::SafeWindow

The SafeWindow class implements the AbstractWindow interface. More...

Header: #include <SafeWindow>
Since: QtSafeRenderer 1.2
Inherits: SafeRenderer::AbstractWindow

This class was introduced in QtSafeRenderer 1.2.

Public Functions

SafeWindow(const SafeRenderer::QSafeSize &sizeArg, const SafeRenderer::QSafePoint &originArg, SafeRenderer::OutputVerifier &outputVerifierArg)
SafeWindow(const SafeRenderer::QSafeSize &sizeArg, const SafeRenderer::QSafePoint &originArg = QSafePoint(0U, 0U))

Detailed Description

The SafeWindow class implements the AbstractWindow interface for the supported platforms.

Member Function Documentation

SafeWindow::SafeWindow(const SafeRenderer::QSafeSize &sizeArg, const SafeRenderer::QSafePoint &originArg, SafeRenderer::OutputVerifier &outputVerifierArg)

Constructs a SafeWindow object with a sizeArg and originArg. sizeArg is the size of the target surface. originArg is the position of the target surface on the screen. By default the originArg is at 0, 0. outputVerifierArg is the optional pointer to an OutputVerifier instance. By default the OutputVerifier is NULL. The OpenWFD adaptation supports the output verification functionality. If OutputVerifier is tried to pass to the other SafeWindow implementations SafeRenderer::QSafeRenderer::OutputVerifierException is thrown.

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

ConstantDescription
SafeRenderer::QSafeLayout::LayoutException::UnknownBitmapIdThe bitmap could not found bitmap by given ID.
SafeRenderer::QSafeLayout::LayoutException::UnknownItemThe item could not be found.
SafeRenderer::QSafeLayout::LayoutException::ItemOutOfBoundsThe item's position is out of the layout's boundaries.
SafeRenderer::QSafeRenderer::RendererException::UnsupportedSurfaceFormatThe bits per pixel value in the window is neither 16 nor 32, or the given framebuffer address is NULL, or the framebuffer is not 32-bit word aligned.
SafeRenderer::QSafeRenderer::OutputVerifierExceptionThe outputVerifierArg is tried to pass to the adaptation which does not support it.

SafeWindow::SafeWindow(const SafeRenderer::QSafeSize &sizeArg, const SafeRenderer::QSafePoint &originArg = QSafePoint(0U, 0U))

Constructs a SafeWindow object with a sizeArg and originArg. sizeArg is the size of the target surface. originArg is the position of the target surface on the screen. By default the originArg is at 0, 0.

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

ConstantDescription
SafeRenderer::QSafeLayout::LayoutException::UnknownBitmapIdThe bitmap could not found bitmap by given ID.
SafeRenderer::QSafeLayout::LayoutException::UnknownItemThe item could not be found.
SafeRenderer::QSafeLayout::LayoutException::ItemOutOfBoundsThe item's position is out of the layout's boundaries.
SafeRenderer::QSafeRenderer::RendererException::UnsupportedSurfaceFormatThe bits per pixel value in the window is neither 16 nor 32, or the given framebuffer address is NULL, or the framebuffer is not 32-bit word aligned.

Available under certain Qt licenses.
Find out more.