5 parent=
"AttachmentContainer"
8 pointerfieldtypes=
"both"
10 parentsystemcomponent=
"true"
11 docGroupBase=
"GrpSystemWindow"
14 Background is the base class for all background/buffer clearing. See \ref
15 PageSystemWindowBackground for a description.
19 To create a new Background the method that has be overridden is
20 clear(DrawActionBase * action, Viewport * port);. It can directly call OpenGL
21 commands, but should restore the state after it's done.
26 name=
"clearStencilBit"
33 Usually
0 is used to clear all stencil bitplanes
34 (clear is deactivated if smaller zero).
44 Depth value for clear, defaults to
1.
54 Whether to clear the depth buffer or not
64 Whether to clear the color buffer or not