Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATWindow::PostDraw
void CATWindow::PostDraw ( CATDRAWCONTEXT  drawContext,
const CATRect dirtyRect 
) [virtual]

PostDraw() is used to paint controls that do not support, or are not easy to do with, the PNG architecture. These will mainly be platform specific controls.

Post-Drawn controls are drawn after the normal image-based controls, and are layered on top. They are, however, drawn on a back buffer so they shouldn't flicker.

Parameters:
drawContext - OS specific drawing context.
dirtyRect - area of window to paint

Definition at line 417 of file CATWindow.cpp.

References CATXMLObject::GetChild(), CATXMLObject::GetNumChildren(), and CATWidget::PostDraw().

Referenced by OSDraw().


Generated on Mon Feb 11 04:11:17 2008 for Game Accessibility Suite by doxygen 1.5.4