GuiMLTextEditCtrl
Engine/source/gui/controls/guiMLTextEditCtrl.h
Private Types
Parent
Protected Attributes
Protected Functions
Public Functions
DECLARE_DESCRIPTION("A <a href="/coding/file/guieditctrl_8cpp/#guieditctrl_8cpp_1abb04e3738c4c5a96b3ade6fa47013a6c">control</a> that allows <a href="/coding/file/cmdgram_8cpp/#cmdgram_8cpp_1a5bafda9519252aa2d0fd038153f77dca">to</a> edit multiple lines of text." )
Occurs when the control loses first-responder status.
bool
onWake()
Called when this object is asked to wake up returns true if it's actually awake at the end.
bool
Sets this object to be a first responder.
Public Static Functions
Detailed Description
Private Types
typedef GuiMLTextCtrl Parent
Protected Attributes
StringTableEntry mEscapeCommand
Protected Functions
handleDeleteKeys(const GuiEvent & )
handleMoveKeys(const GuiEvent & )
onKeyDown(const GuiEvent & event)
Reimplemented from: GuiMLTextCtrl
onRender(Point2I offset, const RectI & updateRect)
Reimplemented from: GuiMLTextCtrl
Public Functions
GuiMLTextEditCtrl()
~GuiMLTextEditCtrl()
DECLARE_CONOBJECT(GuiMLTextEditCtrl )
DECLARE_DESCRIPTION("A <a href="/coding/file/guieditctrl_8cpp/#guieditctrl_8cpp_1abb04e3738c4c5a96b3ade6fa47013a6c">control</a> that allows <a href="/coding/file/cmdgram_8cpp/#cmdgram_8cpp_1a5bafda9519252aa2d0fd038153f77dca">to</a> edit multiple lines of text." )
onLoseFirstResponder()
Reimplemented from: GuiControl
onWake()
Reimplemented from: GuiMLTextCtrl
resize(const Point2I & newPosition, const Point2I & newExtent)
Reimplemented from: GuiMLTextCtrl
setFirstResponder()
Reimplemented from: GuiControl