C

SafeRenderer::SafeWindow Class

class SafeRenderer::SafeWindow

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

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

Public Functions

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

Reimplemented Public Functions

virtual SafeRenderer::AbstractFrameBuffer *framebuffer() override
virtual void render(const SafeRenderer::QSafeRect &dirtyArea, const SafeRenderer::quint32 idArg) override
virtual void requestUpdate() override

Detailed Description

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

Member Function Documentation

[explicit] 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:

ExceptionIdDescription
SafeRenderer::QSafeLayoutExceptionSafeRenderer::QSafeLayoutException::UnknownBitmapIdThe bitmap could not found bitmap by given ID.
SafeRenderer::QSafeLayoutExceptionSafeRenderer::QSafeLayoutException::UnknownItemThe item could not be found.
SafeRenderer::QSafeLayoutExceptionSafeRenderer::QSafeLayoutException::ItemOutOfBoundsThe item's position is out of the layout's boundaries.
SafeRenderer::QSafeRendererExceptionSafeRenderer::QSafeRendererException::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.