The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:GUIList (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIList
Package: 
XInterface
Direct subclass:
GUIScrollText
This class in other games:
UT2004, UE2Runtime

Class: XInterface.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)


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)