I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:GUIList (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList
Package: 
GUI
Direct subclass:
GUIScrollText
This class in other games:
UT2004, UT2003

Class: GUI.GUIList

The GUIList is a basic list component.

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties

Elements

Type: array<GUI.GUIListElem>


TextAlign

Type: GUI.eTextAlign

How is text Aligned in the control

Default value: TXTA_Center

Delegates

CompareItem

delegate int CompareItem (GUI.GUIListElem ElemA, GUI.GUIListElem ElemB)


Functions

Native functions

SortList

native final function SortList ()


Events

Swap

event Swap (int IndexA, int IndexB)


Other instance functions

Add

function Add (string NewItem, optional Object obj, optional string Str)


Clear

function Clear ()

Overrides: GUIListBase.Clear


find

function string find (string Text, optional bool bExact)


FindExtra

function string FindExtra (string ExtraText, optional bool bExact)


Get

function string Get ()


GetAtIndex

function GetAtIndex (int i, out string ItemStr, out Object ExtraObj, out string ExtraStr)


GetExtra

function string GetExtra ()


GetExtraAtIndex

function string GetExtraAtIndex (int i)


GetItemAtIndex

function string GetItemAtIndex (int i)


GetObject

function Object GetObject ()


GetObjectAtIndex

function Object GetObjectAtIndex (int i)


Insert

function Insert (int Index, string NewItem, optional Object obj, optional string Str)


LoadFrom

function LoadFrom (GUIList Source, optional bool bClearFirst)


Remove

function Remove (int i, optional int Count)


RemoveItem

function RemoveItem (string Item)


Replace

function Replace (int index, string NewItem, optional Object obj, optional string Str)


SelectedText

function string SelectedText ()


SetExtraAtIndex

function SetExtraAtIndex (int i, string NewExtra)


SetItemAtIndex

function SetItemAtIndex (int i, string NewItem)