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
virtual void | render(const SafeRenderer::QSafeRect &dirtyArea, const SafeRenderer::quint32 idArg) = 0 |
Member Function Documentation
[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.