C
AbstractWindow Class
class SafeRenderer::AbstractWindowThe AbstractWindow class provides an interface for constructing a window with a given size. More...
Header: | #include <AbstractWindow> |
Inherited By: |
Public Functions
AbstractWindow(const SafeRenderer::QSafeSize &sizeArg, const SafeRenderer::QSafePoint &position) | |
virtual void | render(const SafeRenderer::QSafeRect &dirtyArea, const SafeRenderer::quint32 idArg) = 0 |
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.