|
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 |
typedef GuiContainer GuiPanel::Parent [private] |
GuiPanel::GuiPanel | ( | ) |
virtual GuiPanel::~GuiPanel | ( | ) | [virtual] |
GuiPanel::DECLARE_CONOBJECT | ( | GuiPanel | ) |
Called when this control is to render itself.
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.
Reimplemented from GuiControl.
ColorI GuiPanel::mColorStart [protected] |
ColorI GuiPanel::mColorEnd [protected] |