5 parent=
"AttachmentContainer"
7 pointerfieldtypes=
"both"
10 parentsystemcomponent=
"true"
11 docGroupBase=
"GrpSystemWindow"
14 Foreground is the base class for all foreground rendering. See \ref
15 PageSystemWindowForegrounds for a description.
19 To create a new Foreground the method that has be overridden is
20 draw(DrawActionBase * action, Viewport * port);. It can directly call OpenGL
21 commands, but should restore the state after it's done.