C

AbstractWindow Class

class SafeRenderer::AbstractWindow

The AbstractWindow class provides an interface for constructing a window with a given size. More...

Header: #include <AbstractWindow>
Inherited By:

SafeRenderer::SafeWindow

Public Functions

AbstractWindow(const SafeRenderer::QSafeSize &sizeArg, const SafeRenderer::QSafePoint &position)
virtual void render(const SafeRenderer::QSafeRect &dirtyArea, const SafeRenderer::quint32 idArg) = 0

Detailed Description

Member Function Documentation

AbstractWindow::AbstractWindow(const SafeRenderer::QSafeSize &sizeArg, const SafeRenderer::QSafePoint &position)

Constructs an abstract window with the given size and position. sizeArg is the size of the screen surface. This value is stored into the layout file data.

[pure virtual] void AbstractWindow::render(const SafeRenderer::QSafeRect &dirtyArea, const SafeRenderer::quint32 idArg)

Updates the screen with idArg in dirtyArea.

Available under certain Qt licenses.
Find out more.