Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:GUIMultiColumnListBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIMultiColumnListBox

Contents

Package: 
XInterface
Direct subclasses:
GUI2K4MultiColumnListBox, KickVoteMultiColumnListBox, MapVoteCountMultiColumnListBox, MapVoteMultiColumnListBox, PlayInfoListBox, PlayerInfoMultiColumnListBox, ServerBrowserMCListBox, 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

[edit] Properties

[edit] Property group 'GUIMultiColumnListBox'

[edit] bDisplayHeader

Type: bool


Default value: True

[edit] bFullHeightStyle

Type: bool


[edit] ColumnHeadings

Type: array<string>

Modifiers: localized


[edit] HeaderColumnPerc

Type: array<float>


[edit] List

Type: GUIMultiColumnList

Modifiers: editconst


[edit] Internal variables

[edit] Header

Type: GUIMultiColumnListHeader

Modifiers: automated


Default value: GUIMultiColumnListHeader'MyHeader'

[edit] Default values

Property Value
bRequiresStyle True
DefaultListClass "Xinterface.GUIMultiColumnList"

[edit] Subobjects

[edit] MyHeader

Class: XInterface.GUIMultiColumnListHeader

Empty subobject definition.

[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


[edit] Other instance functions

[edit] InitBaseList

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


[edit] InternalOnColumnSized

function InternalOnColumnSized (int Column)


[edit] InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: GUIListBoxBase.InternalOnCreateComponent


[edit] InternalOnLoadIni

function InternalOnLoadIni (GUIComponent Sender, string S)