Cogito, ergo sum

UE2:GUIMultiColumnListBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIMultiColumnListBox
Package: 
XInterface
Direct subclasses:
ServerBrowserMCListBox, GUI2K4MultiColumnListBox, PlayInfoListBox, KickVoteMultiColumnListBox, MapVoteCountMultiColumnListBox, MapVoteMultiColumnListBox, PlayerInfoMultiColumnListBox, UT2K4FilterSummaryListBox
This class in other games:
UE2Runtime, UT2003

Parent: GUIListBoxBase Class: UT2K4UI.GUIMultiColumnListBox Date: 05-01-2003

Base class for listboxes which use multiple columns for showing data.

Updated by Ron Prestenback TODO: Update all panels that use this component to save the header column perc's (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'GUIMultiColumnListBox'[edit]

bDisplayHeader[edit]

Type: bool


Default value: True

bFullHeightStyle[edit]

Type: bool


ColumnHeadings[edit]

Type: array<string>

Modifiers: localized


HeaderColumnPerc[edit]

Type: array<float>


List[edit]

Type: GUIMultiColumnList

Modifiers: editconst


Internal variables[edit]

Header[edit]

Type: GUIMultiColumnListHeader

Modifiers: automated


Default value: GUIMultiColumnListHeader'MyHeader'

Default values[edit]

Property Value
bRequiresStyle True
DefaultListClass "Xinterface.GUIMultiColumnList"

Subobjects[edit]

MyHeader[edit]

Class: XInterface.GUIMultiColumnListHeader

Empty subobject definition.

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


Other instance functions[edit]

InitBaseList[edit]

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


InternalOnColumnSized[edit]

function InternalOnColumnSized (int Column)


InternalOnCreateComponent[edit]

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: GUIListBoxBase.InternalOnCreateComponent


InternalOnLoadIni[edit]

function InternalOnLoadIni (GUIComponent Sender, string S)