sgGuiTexTestCtrl Class Reference

#include <sgDynamicRangeLighting.h>

Inheritance diagram for sgGuiTexTestCtrl:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Static Public Member Functions

static void initPersistFields ()
 Register dynamic fields in a subclass of ConsoleObject.

Private Types

typedef GuiControl Parent

Private Attributes

S32 sgTextureLevel

Member Typedef Documentation

Reimplemented from GuiControl.


Constructor & Destructor Documentation

sgGuiTexTestCtrl::sgGuiTexTestCtrl (  )  [inline]


Member Function Documentation

sgGuiTexTestCtrl::DECLARE_CONOBJECT ( sgGuiTexTestCtrl   ) 

static void sgGuiTexTestCtrl::initPersistFields (  )  [static]

Register dynamic fields in a subclass of ConsoleObject.

See also:
addField(), addFieldV(), addDeprecatedField(), addGroup(), endGroup()

Reimplemented from GuiControl.

void sgGuiTexTestCtrl::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