Cogito, ergo sum

UE1:UWindowListBox (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UWindow
Direct subclasses:
UBrowserIRCUserListBox, UMenuMapListBox, UMenuMutatorListBox, UMenuWeaponPriorityListBox
This class in other games:
RTNP, U1

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

function BeforePaint (Canvas C, float MouseX, float MouseY)

Overrides: UWindowDialogControl.BeforePaint


Created

function Created ()

Overrides: UWindowListControl.Created


DoubleClick

function DoubleClick (float X, float Y)

Overrides: UWindowWindow.DoubleClick


DoubleClickItem

function DoubleClickItem (UWindowListBoxItem I)


ExternalDragOver

function bool ExternalDragOver (UWindowDialogControl ExternalControl, float X, float Y)

Overrides: UWindowDialogControl.ExternalDragOver


GetItemAt

function UWindowListBoxItem GetItemAt (float MouseX, float MouseY)


LMouseDown

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MakeSelectedVisible

function MakeSelectedVisible ()


MouseMove

function MouseMove (float X, float Y)

Overrides: UWindowDialogControl.MouseMove


Paint

function Paint (Canvas C, float MouseX, float MouseY)

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

function SetSelected (float X, float Y)


SetSelectedItem

function SetSelectedItem (UWindowListBoxItem NewSelected)


Sort

function Sort ()