Cogito, ergo sum
UE1:UWindowListBox (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowListControl >> UWindowListBox |
Contents
- Package:
- UWindow
- Direct subclasses:
- UBrowserIRCUserListBox, UMenuMapListBox, UMenuMutatorListBox, UMenuWeaponPriorityListBox
- 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. |
UWindowListBox - a listbox
Properties
bCanDrag
Type: bool
bCanDragExternal
Type: bool
bDragging
Type: bool
DefaultHelpText
Type: string
DoubleClickList
Type: UWindowListBox
list to send items to on double-click
DragY
Type: float
ItemHeight
Type: float
Default value: 10.0
SelectedItem
Type: UWindowListBoxItem
VertSB
Type: UWindowVScrollBar
Instance functions
BeforePaint
Overrides: UWindowDialogControl.BeforePaint
Created
function Created ()
Overrides: UWindowListControl.Created
DoubleClick
Overrides: UWindowWindow.DoubleClick
DoubleClickItem
function DoubleClickItem (UWindowListBoxItem I)
ExternalDragOver
Overrides: UWindowDialogControl.ExternalDragOver
GetItemAt
LMouseDown
Overrides: UWindowWindow.LMouseDown
MakeSelectedVisible
function MakeSelectedVisible ()
MouseMove
Overrides: UWindowDialogControl.MouseMove
Paint
Overrides: UWindowWindow.Paint
ReceiveDoubleClickItem
function ReceiveDoubleClickItem (UWindowListBox L, UWindowListBoxItem I)
Resized
function Resized ()
Overrides: UWindowWindow.Resized
SetHelpText
function SetHelpText (string T)
Overrides: UWindowDialogControl.SetHelpText
SetSelected
SetSelectedItem
function SetSelectedItem (UWindowListBoxItem NewSelected)
Sort
function Sort ()