GuiPanel Class Reference [Containers]

#include <guiPanel.h>

Inheritance diagram for GuiPanel:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 DECLARE_CONOBJECT (GuiPanel)
 GuiPanel ()
virtual ~GuiPanel ()
void onRender (Point2I offset, const RectI &updateRect)
 Called when this control is to render itself.
void setVisible (bool value)

Protected Attributes

ColorI mColorStart
ColorI mColorEnd

Private Types

typedef GuiContainer Parent

Member Typedef Documentation

typedef GuiContainer GuiPanel::Parent [private]

Reimplemented from GuiContainer.

Reimplemented in GuiFormCtrl.


Constructor & Destructor Documentation

GuiPanel::GuiPanel (  ) 

virtual GuiPanel::~GuiPanel (  )  [virtual]


Member Function Documentation

GuiPanel::DECLARE_CONOBJECT ( GuiPanel   ) 

void GuiPanel::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 GuiControl.

Reimplemented in GuiFormCtrl.

void GuiPanel::setVisible ( bool  value  )  [inline, virtual]

Reimplemented from GuiControl.


Member Data Documentation