GuiProgressCtrl Class Reference

#include <guiProgressCtrl.h>

Inheritance diagram for GuiProgressCtrl:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 DECLARE_CONOBJECT (GuiProgressCtrl)
 GuiProgressCtrl ()
virtual const char * getScriptValue ()
 Returns the value of the variable bound to this object.
virtual void setScriptValue (const char *value)
 Sets the value of the variable bound to this object.
void onPreRender ()
 Do special pre-render processing.
void onRender (Point2I offset, const RectI &updateRect)
 Called when this control is to render itself.

Private Types

typedef GuiTextCtrl Parent

Private Attributes

F32 mProgress

Member Typedef Documentation

Reimplemented from GuiTextCtrl.


Constructor & Destructor Documentation

GuiProgressCtrl::GuiProgressCtrl (  ) 


Member Function Documentation

GuiProgressCtrl::DECLARE_CONOBJECT ( GuiProgressCtrl   ) 

virtual const char* GuiProgressCtrl::getScriptValue (  )  [virtual]

Returns the value of the variable bound to this object.

Reimplemented from GuiTextCtrl.

virtual void GuiProgressCtrl::setScriptValue ( const char *  value  )  [virtual]

Sets the value of the variable bound to this object.

Reimplemented from GuiTextCtrl.

void GuiProgressCtrl::onPreRender (  )  [virtual]

Do special pre-render processing.

Reimplemented from GuiTextCtrl.

void GuiProgressCtrl::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 GuiTextCtrl.


Member Data Documentation