GuiMLTextEditCtrl Class Reference#include <guiMLTextEditCtrl.h>
Inheritance diagram for GuiMLTextEditCtrl:
[legend]List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
GuiMLTextEditCtrl::GuiMLTextEditCtrl |
( |
|
) |
|
GuiMLTextEditCtrl::~GuiMLTextEditCtrl |
( |
|
) |
|
Member Function Documentation
bool GuiMLTextEditCtrl::onKeyDown |
( |
const GuiEvent & |
event |
) |
[protected, virtual] |
Happens when a key is depressed.
- Parameters:
-
| event | Event descriptor (which contains the key) |
Reimplemented from GuiMLTextCtrl.
void GuiMLTextEditCtrl::handleMoveKeys |
( |
const GuiEvent & |
|
) |
[protected] |
void GuiMLTextEditCtrl::handleDeleteKeys |
( |
const GuiEvent & |
|
) |
[protected] |
void GuiMLTextEditCtrl::onRender |
( |
Point2I |
offset, |
|
|
const RectI & |
updateRect | |
|
) |
| | [protected, 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 GuiMLTextCtrl.
bool GuiMLTextEditCtrl::onWake |
( |
|
) |
[virtual] |
Called when this object is asked to wake up returns true if it's actually awake at the end.
Reimplemented from GuiMLTextCtrl.
bool GuiMLTextEditCtrl::resize |
( |
const Point2I & |
newPosition, |
|
|
const Point2I & |
newExtent | |
|
) |
| | [virtual] |
Changes the size and/or position of this control.
- Parameters:
-
| newPosition | New position of this control |
| newExtent | New size of this control |
Reimplemented from GuiControl.
static void GuiMLTextEditCtrl::initPersistFields |
( |
|
) |
[static] |
Member Data Documentation
|