GuiBackgroundCtrl Class Reference

#include <guiBackgroundCtrl.h>

Inheritance diagram for GuiBackgroundCtrl:

Inheritance graph
[legend]
List of all members.

Detailed Description

Renders a background, so you can have a backdrop for your GUI.


Public Member Functions

 DECLARE_CONOBJECT (GuiBackgroundCtrl)
 GuiBackgroundCtrl ()
void onRender (Point2I offset, const RectI &updateRect)
 Called when this control is to render itself.

Public Attributes

bool mDraw

Private Types

typedef GuiControl Parent


Member Typedef Documentation

Reimplemented from GuiControl.


Constructor & Destructor Documentation

GuiBackgroundCtrl::GuiBackgroundCtrl (  ) 


Member Function Documentation

GuiBackgroundCtrl::DECLARE_CONOBJECT ( GuiBackgroundCtrl   ) 

void GuiBackgroundCtrl::onRender ( Point2I  offset,
const RectI updateRect 
) [virtual]

Called when this control is to render itself.

Parameters:
offset The location this control is to begin rendering
updateRect The screen area this control has drawing access to

Reimplemented from GuiControl.


Member Data Documentation