I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:UWindowEditBox (UT)
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowEditBox |
Contents
- 1 Properties
- 1.1 bAllSelected
- 1.2 bCanEdit
- 1.3 bChangePending
- 1.4 bControlDown
- 1.5 bDelayedNotify
- 1.6 bHistory
- 1.7 bKeyDown
- 1.8 bNumericFloat
- 1.9 bNumericOnly
- 1.10 bSelectOnFocus
- 1.11 bShiftDown
- 1.12 bShowCaret
- 1.13 CaretOffset
- 1.14 CurrentHistory
- 1.15 HistoryList
- 1.16 LastDrawTime
- 1.17 MaxLength
- 1.18 NotifyOwner
- 1.19 Offset
- 1.20 Value
- 1.21 Value2
- 2 Instance functions
- 2.1 Backspace
- 2.2 Clear
- 2.3 Click
- 2.4 Close
- 2.5 Created
- 2.6 Delete
- 2.7 DoubleClick
- 2.8 EditCopy
- 2.9 EditCut
- 2.10 EditPaste
- 2.11 FocusOtherWindow
- 2.12 GetValue
- 2.13 GetValue2
- 2.14 Insert
- 2.15 InsertText
- 2.16 KeyDown
- 2.17 KeyFocusEnter
- 2.18 KeyFocusExit
- 2.19 KeyType
- 2.20 KeyUp
- 2.21 LMouseDown
- 2.22 MoveEnd
- 2.23 MoveHome
- 2.24 MoveLeft
- 2.25 MoveRight
- 2.26 Notify
- 2.27 Paint
- 2.28 SelectAll
- 2.29 SetEditable
- 2.30 SetHistory
- 2.31 SetValue
- 2.32 WordLeft
- 2.33 WordRight
- Package:
- UWindow
- Direct subclass:
- NameEditBox
- This class in other games:
- RTNP, U1
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
bControlDown[edit]
Type: bool
bDelayedNotify[edit]
Type: bool
bHistory[edit]
Type: bool
bKeyDown[edit]
Type: bool
bNumericFloat[edit]
Type: bool
bNumericOnly[edit]
Type: bool
bSelectOnFocus[edit]
Type: bool
bShiftDown[edit]
Type: bool
bShowCaret[edit]
Type: bool
CaretOffset[edit]
Type: int
CurrentHistory[edit]
Type: UWindowEditBoxHistory
HistoryList[edit]
Type: UWindowEditBoxHistory
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]
Clear[edit]
Click[edit]
Overrides: UWindowWindow.Click
Close[edit]
Overrides: UWindowWindow.Close
Created[edit]
Overrides: UWindowDialogControl.Created
Delete[edit]
DoubleClick[edit]
Overrides: UWindowWindow.DoubleClick
EditCopy[edit]
EditCut[edit]
EditPaste[edit]
FocusOtherWindow[edit]
Overrides: UWindowWindow.FocusOtherWindow
GetValue[edit]
GetValue2[edit]
Insert[edit]
InsertText[edit]
KeyDown[edit]
Overrides: UWindowDialogControl.KeyDown
KeyFocusEnter[edit]
Overrides: UWindowDialogControl.KeyFocusEnter
KeyFocusExit[edit]
Overrides: UWindowDialogControl.KeyFocusExit
KeyType[edit]
Overrides: UWindowWindow.KeyType
KeyUp[edit]
Overrides: UWindowWindow.KeyUp
LMouseDown[edit]
Overrides: UWindowWindow.LMouseDown
MoveEnd[edit]
MoveHome[edit]
MoveLeft[edit]
MoveRight[edit]
Notify[edit]
Overrides: UWindowDialogControl.Notify
Paint[edit]
Overrides: UWindowWindow.Paint