GuiToggleButtonCtrl Class Reference

#include <guiToggleButtonCtrl.h>

Inheritance diagram for GuiToggleButtonCtrl:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 DECLARE_CONOBJECT (GuiToggleButtonCtrl)
 GuiToggleButtonCtrl ()
virtual 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 GuiButtonCtrl Parent

Member Typedef Documentation

Reimplemented from GuiButtonCtrl.


Constructor & Destructor Documentation

GuiToggleButtonCtrl::GuiToggleButtonCtrl (  ) 


Member Function Documentation

GuiToggleButtonCtrl::DECLARE_CONOBJECT ( GuiToggleButtonCtrl   ) 

virtual void GuiToggleButtonCtrl::onPreRender (  )  [virtual]

Do special pre-render processing.

Reimplemented from GuiControl.

void GuiToggleButtonCtrl::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 GuiButtonCtrl.