GuiChunkedBitmapCtrl
Engine/source/gui/game/guiChunkedBitmapCtrl.h
Private Types
Parent
Protected Attributes
Public Functions
DECLARE_CATEGORY("Gui Images" )
bool
onWake()
Called when this object is asked to wake up returns true if it's actually awake at the end.
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)