Cogito, ergo sum

UE1:UWindowEditBox (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowEditBox
Package: 
UWindow
This class in other games:
RTNP, UT

UWindowEditBox - simple edit box, for use in other controls such as UWindowComboxBoxControl, UWindowEditBoxControl etc.

Properties[edit]

bAllSelected[edit]

Type: bool


bCanEdit[edit]

Type: bool


bChangePending[edit]

Type: bool


bDelayedNotify[edit]

Type: bool


bNumericOnly[edit]

Type: bool


bSelectOnFocus[edit]

Type: bool


bShowCaret[edit]

Type: bool


CaretOffset[edit]

Type: int


LastDrawTime[edit]

Type: float


MaxLength[edit]

Type: int


NotifyOwner[edit]

Type: UWindowDialogControl


Offset[edit]

Type: float


Value[edit]

Type: string


Value2[edit]

Type: string


Instance functions[edit]

Backspace[edit]

function bool Backspace ()


Clear[edit]

function Clear ()


Click[edit]

function Click (float X, float Y)

Overrides: UWindowWindow.Click


Close[edit]

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


Created[edit]

function Created ()

Overrides: UWindowDialogControl.Created


Delete[edit]

function bool Delete ()


DoubleClick[edit]

function DoubleClick (float X, float Y)

Overrides: UWindowWindow.DoubleClick


FocusOtherWindow[edit]

function FocusOtherWindow (UWindowWindow W)

Overrides: UWindowWindow.FocusOtherWindow


GetValue[edit]

function string GetValue ()


GetValue2[edit]

function string GetValue2 ()


Insert[edit]

function bool Insert (byte C)


KeyDown[edit]

function KeyDown (int Key, float X, float Y)

Overrides: UWindowDialogControl.KeyDown


KeyFocusEnter[edit]

function KeyFocusEnter ()

Overrides: UWindowDialogControl.KeyFocusEnter


KeyFocusExit[edit]

function KeyFocusExit ()

Overrides: UWindowDialogControl.KeyFocusExit


KeyType[edit]

function KeyType (int Key, float MouseX, float MouseY)

Overrides: UWindowWindow.KeyType


LMouseDown[edit]

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MoveEnd[edit]

function bool MoveEnd ()


MoveHome[edit]

function bool MoveHome ()


MoveLeft[edit]

function bool MoveLeft ()


MoveRight[edit]

function bool MoveRight ()


Notify[edit]

function Notify (byte E)

Overrides: UWindowDialogControl.Notify


Paint[edit]

function Paint (Canvas C, float X, float Y)

Overrides: UWindowWindow.Paint


SelectAll[edit]

function SelectAll ()


SetEditable[edit]

function SetEditable (bool bEditable)


SetValue[edit]

function SetValue (string NewValue, optional string NewValue2)