I don't need to test my programs. I have an error-correcting modem.

UE2:MapVoteCountMultiColumnList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> MapVoteCountMultiColumnList
Package: 
xVoting

Class: xVoting.MapVoteCountMultiColumnList

Multi-Column list box used to display maps and game types.

Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

PrevSortColumn[edit]

Type: int


VRI[edit]

Type: VotingReplicationInfo


Default values[edit]

Property Value
ColumnHeadingHints[0] "Game Type"
ColumnHeadingHints[1] "Map Name"
ColumnHeadingHints[2] "Number of votes registered for this map."
ColumnHeadings[0] "GameType"
ColumnHeadings[1] "MapName"
ColumnHeadings[2] "Votes"
InitColumnPerc[0] 0.3
InitColumnPerc[1] 0.4
InitColumnPerc[2] 0.3
SelectedStyleName "BrowserListSelection"
SortColumn 2
SortDescending True
StyleName "ServerBrowserGrid"

Functions[edit]

Events[edit]

Free[edit]

event Free ()

Overrides: GUIComponent.Free


OnSortChanged[edit]

event OnSortChanged ()

Overrides: GUIMultiColumnList.OnSortChanged


Other instance functions[edit]

DrawItem[edit]

function DrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)


GetSelectedGameConfigIndex[edit]

function int GetSelectedGameConfigIndex ()


GetSelectedMapIndex[edit]

function int GetSelectedMapIndex ()


GetSelectedMapName[edit]

function string GetSelectedMapName ()


GetSortString[edit]

function string GetSortString (int i)

Overrides: GUIMultiColumnList.GetSortString


InternalOnDragDrop[edit]

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


LoadList[edit]

function LoadList (VotingReplicationInfo LoadVRI)


UpdatedVoteCount[edit]

function UpdatedVoteCount (int UpdatedIndex, bool bRemoved)