Torque3D Documentation / _generateds / GuiChunkedBitmapCtrl

GuiChunkedBitmapCtrl

Engine/source/gui/game/guiChunkedBitmapCtrl.h

More...

Private Types

Parent 

Private Functions

Public Functions

DECLARE_CATEGORY("Gui Images" )
onRender(Point2I offset, const RectI & updateRect)

Called when this control is to render itself.

Called when this object is asked to sleep.

bool

Called when this object is asked to wake up returns true if it's actually awake at the end.

setBitmap(const char * name)

Public Static Functions

Detailed Description

Private Types

typedef GuiControl Parent 

Protected Attributes

StringTableEntry mBitmapName 
GFXTexHandle mTexHandle 
bool mTile 
bool mUseVariable 

Private Functions

renderRegion(const Point2I & offset, const Point2I & extent)

Public Functions

GuiChunkedBitmapCtrl()

DECLARE_CATEGORY("Gui Images" )

DECLARE_CONOBJECT(GuiChunkedBitmapCtrl )

onRender(Point2I offset, const RectI & updateRect)

Reimplemented from: GuiControl

onSleep()

Reimplemented from: GuiControl

onWake()

Reimplemented from: GuiControl

setBitmap(const char * name)

Public Static Functions

initPersistFields()