GuiConsole Class Reference

#include <guiConsole.h>

Inheritance diagram for GuiConsole:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 GuiConsole ()
 DECLARE_CONOBJECT (GuiConsole)
bool onWake ()
 Called when this object is asked to wake up returns true if it's actually awake at the end.
void onPreRender ()
 Do special pre-render processing.
void onRenderCell (Point2I offset, Point2I cell, bool selected, bool mouseOver)

Private Types

typedef GuiArrayCtrl Parent

Private Member Functions

S32 getMaxWidth (S32 startIndex, S32 endIndex)

Private Attributes

Resource< GFontmFont

Member Typedef Documentation

typedef GuiArrayCtrl GuiConsole::Parent [private]

Reimplemented from GuiArrayCtrl.


Constructor & Destructor Documentation

GuiConsole::GuiConsole (  ) 


Member Function Documentation

S32 GuiConsole::getMaxWidth ( S32  startIndex,
S32  endIndex 
) [private]

GuiConsole::DECLARE_CONOBJECT ( GuiConsole   ) 

bool GuiConsole::onWake (  )  [virtual]

Called when this object is asked to wake up returns true if it's actually awake at the end.

Reimplemented from GuiArrayCtrl.

void GuiConsole::onPreRender (  )  [virtual]

Do special pre-render processing.

Reimplemented from GuiControl.

void GuiConsole::onRenderCell ( Point2I  offset,
Point2I  cell,
bool  selected,
bool  mouseOver 
) [virtual]

Reimplemented from GuiArrayCtrl.


Member Data Documentation

Reimplemented from GuiArrayCtrl.