Mostly Harmless

UE1:UWindowEditBox (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowEditBox
Package: 
UWindow
This class in other games:
U1, UT

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

Properties

bAllSelected

Type: bool


bCanEdit

Type: bool


bChangePending

Type: bool


bControlDown

Type: bool


bDelayedNotify

Type: bool


bHistory

Type: bool


bKeyDown

Type: bool


bNumericFloat

Type: bool


bNumericOnly

Type: bool


bSelectOnFocus

Type: bool


bShiftDown

Type: bool


bShowCaret

Type: bool


CaretOffset

Type: int


CurrentHistory

Type: UWindowEditBoxHistory


HistoryList

Type: UWindowEditBoxHistory


LastDrawTime

Type: float


MaxLength

Type: int


NotifyOwner

Type: UWindowDialogControl


Offset

Type: float


Value

Type: string


Value2

Type: string


Instance functions

Backspace

function bool Backspace ()


Clear

function Clear ()


Click

function Click (float X, float Y)

Overrides: UWindowWindow.Click


Close

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


Created

function Created ()

Overrides: UWindowDialogControl.Created


Delete

function bool Delete ()


DoubleClick

function DoubleClick (float X, float Y)

Overrides: UWindowWindow.DoubleClick


EditCopy

function EditCopy ()


EditCut

function EditCut ()


EditPaste

function EditPaste ()


FocusOtherWindow

function FocusOtherWindow (UWindowWindow W)

Overrides: UWindowWindow.FocusOtherWindow


GetValue

function string GetValue ()


GetValue2

function string GetValue2 ()


Insert

function bool Insert (byte C)


InsertText

function InsertText (string Text)


KeyDown

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

Overrides: UWindowDialogControl.KeyDown


KeyFocusEnter

function KeyFocusEnter ()

Overrides: UWindowDialogControl.KeyFocusEnter


KeyFocusExit

function KeyFocusExit ()

Overrides: UWindowDialogControl.KeyFocusExit


KeyType

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

Overrides: UWindowWindow.KeyType


KeyUp

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

Overrides: UWindowWindow.KeyUp


LMouseDown

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MoveEnd

function bool MoveEnd ()


MoveHome

function bool MoveHome ()


MoveLeft

function bool MoveLeft ()


MoveRight

function bool MoveRight ()


Notify

function Notify (byte E)

Overrides: UWindowDialogControl.Notify


Paint

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

Overrides: UWindowWindow.Paint


SelectAll

function SelectAll ()


SetEditable

function SetEditable (bool bEditable)


SetHistory

function SetHistory (bool bInHistory)


SetValue

function SetValue (string NewValue, optional string NewValue2)


WordLeft

function bool WordLeft ()


WordRight

function bool WordRight ()