C
SafeWindow Class
class SafeRenderer::SafeWindowThe 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:
Constant | Description |
---|---|
SafeRenderer::QSafeLayout::LayoutException::UnknownBitmapId | The bitmap could not found bitmap by given ID. |
SafeRenderer::QSafeLayout::LayoutException::UnknownItem | The item could not be found. |
SafeRenderer::QSafeLayout::LayoutException::ItemOutOfBounds | The item's position is out of the layout's boundaries. |
SafeRenderer::QSafeRenderer::RendererException::UnsupportedSurfaceFormat | The 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::OutputVerifierException | The 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:
Constant | Description |
---|---|
SafeRenderer::QSafeLayout::LayoutException::UnknownBitmapId | The bitmap could not found bitmap by given ID. |
SafeRenderer::QSafeLayout::LayoutException::UnknownItem | The item could not be found. |
SafeRenderer::QSafeLayout::LayoutException::ItemOutOfBounds | The item's position is out of the layout's boundaries. |
SafeRenderer::QSafeRenderer::RendererException::UnsupportedSurfaceFormat | The 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.