afxStatusBar
Engine/source/afx/ui/afxStatusBar.cpp
Private Types
Parent
Private Attributes
Public Functions
DECLARE_CATEGORY("AFX" )
onDeleteNotify(SimObject * object)
Called when the mProfile or mToolTipProfile is deleted.
onMouseDown(const GuiEvent & event)
bool
onWake()
Called when this object is asked to wake up returns true if it's actually awake at the end.
setFraction(F32 frac)
setProgress(F32 value)
Public Static Functions
Detailed Description
Private Types
typedef GuiControl Parent
Private Attributes
F32 fraction
bool monitor_player
LinearColorF rgba_fill
ShapeBase * shape
bool show_energy
Public Functions
afxStatusBar()
clearShape()
DECLARE_CATEGORY("AFX" )
DECLARE_CONOBJECT(afxStatusBar )
getFraction()
onDeleteNotify(SimObject * object)
Reimplemented from: GuiControl
onMouseDown(const GuiEvent & event)
Reimplemented from: GuiControl
onRender(Point2I offset, const RectI & updateRect)
Reimplemented from: GuiControl
onSleep()
Reimplemented from: GuiControl
onWake()
Reimplemented from: GuiControl
setFraction(F32 frac)
setProgress(F32 value)
Reimplemented from: afxProgressBase
setShape(ShapeBase * s)