torque Torque Game Engine Documentation
TGE Version 1.5.2

GuiBackgroundCtrl Class Reference

#include <guiBackgroundCtrl.h>

Inheritance diagram for GuiBackgroundCtrl:

Inheritance graph
[legend]

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.

Data Fields

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.


Field Documentation




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen