GuiBitmapButtonTextCtrl Class Reference

#include <guiBitmapButtonCtrl.h>

Inheritance diagram for GuiBitmapButtonTextCtrl:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 DECLARE_CONOBJECT (GuiBitmapButtonTextCtrl)
void onRender (Point2I offset, const RectI &updateRect)
 Called when this control is to render itself.

Private Types

typedef GuiBitmapButtonCtrl Parent

Member Typedef Documentation


Member Function Documentation

GuiBitmapButtonTextCtrl::DECLARE_CONOBJECT ( GuiBitmapButtonTextCtrl   ) 

void GuiBitmapButtonTextCtrl::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 GuiBitmapButtonCtrl.